Html Css Color HEX #0C171A Black Pearl

📋 copy color: '#0C171A'

red 12 ◦ green 23 ◦ blue 26

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

Shades of Black Pearl #0C171A

Tints of Black Pearl #0C171A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 42.62%

R = 19.67%
G = 37.7%
B = 42.62%

CMYK

 C value IS 0.54

 M value IS 0.12

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#0C171A (or 0x0C171A) is known color: Black Pearl. HEX triplet: 0C, 17 and 1A. RGB value is (12,23,26). Sum of RGB (Red+Green+Blue) = 12+23+26=61 (8% of max value = 765). Red value is 12 (5.08% from 255 or 19.67% from 61); Green value is 23 (9.38% from 255 or 37.70% from 61); Blue value is 26 (10.55% from 255 or 42.62% from 61); Max value from RGB is 26 - color contains mainly: blue. Hex color #0C171A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C171A is #F3E8E5. Grayscale: #141414. Windows color (decimal): -15984870 or 1709836. OLE color: 1709836.

HSL color Cylindrical-coordinate representation of color #0C171A: hue angle of 192.86º degrees, saturation: 0.37, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #0C171A is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 12 23 26 -
CMYK 0.54 0.12 0 0.90
HSL 192.86º 0.37% 0.07% -
HSV(B) 192.86º 0.54% 0.1% -
XYZ 0.64 0.77 1.09 -
YUV 20.05 131.36 122.26 -
System Red Green Blue C M Y K H S L
Decimal 12 23 26 0.54 0.12 0 0.90 192.86 0.37 0.07
Hex C 17 1A 36 C 0 5A C1 25 7
Octal 14 27 32 66 14 0 132 301 45 7
Binary 1100 10111 11010 110110 1100 0 1011010 11000001 100101 111

Color Harmonies of #0C171A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C171A

Black with #0C171A

Text Example


Text Example

White with #0C171A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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