Html Css Color HEX #30243C Blackcurrant

📋 copy color: '#30243C'

red 48 ◦ green 36 ◦ blue 60

#30243C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #30243C

Tints of Blackcurrant #30243C

RGB

 RED value IS 48 (19.14% from 255) = 33.33%

 GREEN value IS 36 (14.45% from 255) = 25%

 BLUE value IS 60 (23.83% from 255) = 41.67%

R = 33.33%
G = 25%
B = 41.67%

CMYK

 C value IS 0.20

 M value IS 0.40

 Y value IS 0

 K value IS 0.76

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#30243C (or 0x30243C) is known color: Blackcurrant. HEX triplet: 30, 24 and 3C. RGB value is (48,36,60). Sum of RGB (Red+Green+Blue) = 48+36+60=144 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.33% from 144); Green value is 36 (14.45% from 255 or 25% from 144); Blue value is 60 (23.83% from 255 or 41.67% from 144); Max value from RGB is 60 - color contains mainly: blue. Hex color #30243C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30243C is #CFDBC3. Grayscale: #2A2A2A. Windows color (decimal): -13622212 or 3941424. OLE color: 3941424.

HSL color Cylindrical-coordinate representation of color #30243C: hue angle of 270º degrees, saturation: 0.25, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #30243C is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 48 36 60 -
CMYK 0.20 0.40 0 0.76
HSL 270º 0.25% 0.19% -
HSV(B) 270º 0.4% 0.24% -
XYZ 2.67 2.22 4.56 -
YUV 42.32 137.98 132.05 -
System Red Green Blue C M Y K H S L
Decimal 48 36 60 0.20 0.40 0 0.76 270 0.25 0.19
Hex 30 24 3C 14 28 0 4C 10E 19 13
Octal 60 44 74 24 50 0 114 416 31 23
Binary 110000 100100 111100 10100 101000 0 1001100 100001110 11001 10011

Color Harmonies of #30243C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30243C

Black with #30243C

Text Example


Text Example

White with #30243C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30243C; }

 p { color: rgb(48,36,60); }

 H1.HeaderClassName
 {
   color: #30243C;
 }
 .AnyTagClassName
 {
   color: #30243C;
 }
</style>

background-color css

<style>
 a { background-color: #30243C; }

 a { background-color: rgb(48,36,60); }

 div.DivClassName
 {
   background-color: #30243C;
 }
 .BgClassName
 {
   background-color: #30243C;
 }
</style>

border-color css

<style>
 span { border-color: #30243C; }

 span { border-color: rgb(48,36,60); }

 td.TdClassName
 {
   border-color: #30243C;
 }
 .TagClassName
 {
   border-color: #30243C;
 }
</style>