Html Css Color HEX #000C17 Black Pearl

📋 copy color: '#000C17'

red 0 ◦ green 12 ◦ blue 23

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

Shades of Black Pearl #000C17

Tints of Black Pearl #000C17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 65.71%

R = 0%
G = 34.29%
B = 65.71%

CMYK

 C value IS 1

 M value IS 0.48

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#000C17 (or 0x000C17) is known color: Black Pearl. HEX triplet: 00, 0C and 17. RGB value is (0,12,23). Sum of RGB (Red+Green+Blue) = 0+12+23=35 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 35); Green value is 12 (5.08% from 255 or 34.29% from 35); Blue value is 23 (9.38% from 255 or 65.71% from 35); Max value from RGB is 23 - color contains mainly: blue. Hex color #000C17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000C17 is #FFF3E8. Grayscale: #090909. Windows color (decimal): -16774121 or 1510400. OLE color: 1510400.

HSL color Cylindrical-coordinate representation of color #000C17: hue angle of 208.7º 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 #000C17 is Cyan = 1, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 0 12 23 -
CMYK 1 0.48 0 0.91
HSL 208.7º 1% 0.05% -
HSV(B) 208.7º 1% 0.09% -
XYZ 0.29 0.32 0.86 -
YUV 9.67 135.52 121.11 -
System Red Green Blue C M Y K H S L
Decimal 0 12 23 1 0.48 0 0.91 208.7 1 0.05
Hex 0 C 17 64 30 0 5B D1 64 5
Octal 0 14 27 144 60 0 133 321 144 5
Binary 0 1100 10111 1100100 110000 0 1011011 11010001 1100100 101

Color Harmonies of #000C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000C17

Black with #000C17

Text Example


Text Example

White with #000C17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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