Html Css Color HEX #030C18 Black Pearl

📋 copy color: '#030C18'

red 3 ◦ green 12 ◦ blue 24

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

Shades of Black Pearl #030C18

Tints of Black Pearl #030C18

RGB

 RED value IS 3 (1.56% from 255) = 7.69%

 GREEN value IS 12 (5.08% from 255) = 30.77%

 BLUE value IS 24 (9.77% from 255) = 61.54%

R = 7.69%
G = 30.77%
B = 61.54%

CMYK

 C value IS 0.88

 M value IS 0.50

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#030C18 (or 0x030C18) is known color: Black Pearl. HEX triplet: 03, 0C and 18. RGB value is (3,12,24). Sum of RGB (Red+Green+Blue) = 3+12+24=39 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.69% from 39); Green value is 12 (5.08% from 255 or 30.77% from 39); Blue value is 24 (9.77% from 255 or 61.54% from 39); Max value from RGB is 24 - color contains mainly: blue. Hex color #030C18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030C18 is #FCF3E7. Grayscale: #0A0A0A. Windows color (decimal): -16577512 or 1575939. OLE color: 1575939.

HSL color Cylindrical-coordinate representation of color #030C18: hue angle of 214.29º degrees, saturation: 0.78, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #030C18 is Cyan = 0.88, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 3 12 24 -
CMYK 0.88 0.50 0 0.91
HSL 214.29º 0.78% 0.05% -
HSV(B) 214.29º 0.88% 0.09% -
XYZ 0.33 0.35 0.91 -
YUV 10.68 135.52 122.52 -
System Red Green Blue C M Y K H S L
Decimal 3 12 24 0.88 0.50 0 0.91 214.29 0.78 0.05
Hex 3 C 18 58 32 0 5B D6 4E 5
Octal 3 14 30 130 62 0 133 326 116 5
Binary 11 1100 11000 1011000 110010 0 1011011 11010110 1001110 101

Color Harmonies of #030C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030C18

Black with #030C18

Text Example


Text Example

White with #030C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030C18; }

 p { color: rgb(3,12,24); }

 H1.HeaderClassName
 {
   color: #030C18;
 }
 .AnyTagClassName
 {
   color: #030C18;
 }
</style>

background-color css

<style>
 a { background-color: #030C18; }

 a { background-color: rgb(3,12,24); }

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

border-color css

<style>
 span { border-color: #030C18; }

 span { border-color: rgb(3,12,24); }

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