Html Css Color HEX #0C171F Black Pearl

📋 copy color: '#0C171F'

red 12 ◦ green 23 ◦ blue 31

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

Shades of Black Pearl #0C171F

Tints of Black Pearl #0C171F

RGB

 RED value IS 12 (5.08% from 255) = 18.18%

 GREEN value IS 23 (9.38% from 255) = 34.85%

 BLUE value IS 31 (12.5% from 255) = 46.97%

R = 18.18%
G = 34.85%
B = 46.97%

CMYK

 C value IS 0.61

 M value IS 0.26

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#0C171F (or 0x0C171F) is known color: Black Pearl. HEX triplet: 0C, 17 and 1F. RGB value is (12,23,31). Sum of RGB (Red+Green+Blue) = 12+23+31=66 (8% of max value = 765). Red value is 12 (5.08% from 255 or 18.18% from 66); Green value is 23 (9.38% from 255 or 34.85% from 66); Blue value is 31 (12.5% from 255 or 46.97% from 66); Max value from RGB is 31 - color contains mainly: blue. Hex color #0C171F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C171F is #F3E8E0. Grayscale: #141414. Windows color (decimal): -15984865 or 2037516. OLE color: 2037516.

HSL color Cylindrical-coordinate representation of color #0C171F: hue angle of 205.26º degrees, saturation: 0.44, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #0C171F is Cyan = 0.61, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 12 23 31 -
CMYK 0.61 0.26 0 0.88
HSL 205.26º 0.44% 0.08% -
HSV(B) 205.26º 0.61% 0.12% -
XYZ 0.71 0.79 1.41 -
YUV 20.62 133.86 121.85 -
System Red Green Blue C M Y K H S L
Decimal 12 23 31 0.61 0.26 0 0.88 205.26 0.44 0.08
Hex C 17 1F 3D 1A 0 58 CD 2C 8
Octal 14 27 37 75 32 0 130 315 54 10
Binary 1100 10111 11111 111101 11010 0 1011000 11001101 101100 1000

Color Harmonies of #0C171F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C171F

Black with #0C171F

Text Example


Text Example

White with #0C171F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C171F; }

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

 H1.HeaderClassName
 {
   color: #0C171F;
 }
 .AnyTagClassName
 {
   color: #0C171F;
 }
</style>

background-color css

<style>
 a { background-color: #0C171F; }

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

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

border-color css

<style>
 span { border-color: #0C171F; }

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

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