Html Css Color HEX #000C18 Black Pearl

📋 copy color: '#000C18'

red 0 ◦ green 12 ◦ blue 24

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

Shades of Black Pearl #000C18

Tints of Black Pearl #000C18

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 33.33%
B = 66.67%

CMYK

 C value IS 1

 M value IS 0.50

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#000C18 (or 0x000C18) is known color: Black Pearl. HEX triplet: 00, 0C and 18. RGB value is (0,12,24). Sum of RGB (Red+Green+Blue) = 0+12+24=36 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 36); Green value is 12 (5.08% from 255 or 33.33% from 36); Blue value is 24 (9.77% from 255 or 66.67% from 36); Max value from RGB is 24 - color contains mainly: blue. Hex color #000C18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000C18 is #FFF3E7. Grayscale: #090909. Windows color (decimal): -16774120 or 1575936. OLE color: 1575936.

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

Color convert

RGB 0 12 24 -
CMYK 1 0.50 0 0.91
HSL 210º 1% 0.05% -
HSV(B) 210º 1% 0.09% -
XYZ 0.3 0.33 0.91 -
YUV 9.78 136.02 121.02 -
System Red Green Blue C M Y K H S L
Decimal 0 12 24 1 0.50 0 0.91 210 1 0.05
Hex 0 C 18 64 32 0 5B D2 64 5
Octal 0 14 30 144 62 0 133 322 144 5
Binary 0 1100 11000 1100100 110010 0 1011011 11010010 1100100 101

Color Harmonies of #000C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000C18

Black with #000C18

Text Example


Text Example

White with #000C18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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