Html Css Color HEX #0C151A Black Pearl

📋 copy color: '#0C151A'

red 12 ◦ green 21 ◦ blue 26

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

Shades of Black Pearl #0C151A

Tints of Black Pearl #0C151A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 35.59%

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

R = 20.34%
G = 35.59%
B = 44.07%

CMYK

 C value IS 0.54

 M value IS 0.19

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#0C151A (or 0x0C151A) is known color: Black Pearl. HEX triplet: 0C, 15 and 1A. RGB value is (12,21,26). Sum of RGB (Red+Green+Blue) = 12+21+26=59 (7% of max value = 765). Red value is 12 (5.08% from 255 or 20.34% from 59); Green value is 21 (8.59% from 255 or 35.59% from 59); Blue value is 26 (10.55% from 255 or 44.07% from 59); Max value from RGB is 26 - color contains mainly: blue. Hex color #0C151A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C151A is #F3EAE5. Grayscale: #121212. Windows color (decimal): -15985382 or 1709324. OLE color: 1709324.

HSL color Cylindrical-coordinate representation of color #0C151A: hue angle of 201.43º 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 #0C151A is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 12 21 26 -
CMYK 0.54 0.19 0 0.90
HSL 201.43º 0.37% 0.07% -
HSV(B) 201.43º 0.54% 0.1% -
XYZ 0.61 0.69 1.08 -
YUV 18.88 132.02 123.09 -
System Red Green Blue C M Y K H S L
Decimal 12 21 26 0.54 0.19 0 0.90 201.43 0.37 0.07
Hex C 15 1A 36 13 0 5A C9 25 7
Octal 14 25 32 66 23 0 132 311 45 7
Binary 1100 10101 11010 110110 10011 0 1011010 11001001 100101 111

Color Harmonies of #0C151A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C151A

Black with #0C151A

Text Example


Text Example

White with #0C151A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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