Html Css Color HEX #0C151D Black Pearl

📋 copy color: '#0C151D'

red 12 ◦ green 21 ◦ blue 29

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

Shades of Black Pearl #0C151D

Tints of Black Pearl #0C151D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 46.77%

R = 19.35%
G = 33.87%
B = 46.77%

CMYK

 C value IS 0.59

 M value IS 0.28

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#0C151D (or 0x0C151D) is known color: Black Pearl. HEX triplet: 0C, 15 and 1D. RGB value is (12,21,29). Sum of RGB (Red+Green+Blue) = 12+21+29=62 (8% of max value = 765). Red value is 12 (5.08% from 255 or 19.35% from 62); Green value is 21 (8.59% from 255 or 33.87% from 62); Blue value is 29 (11.72% from 255 or 46.77% from 62); Max value from RGB is 29 - color contains mainly: blue. Hex color #0C151D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C151D is #F3EAE2. Grayscale: #131313. Windows color (decimal): -15985379 or 1905932. OLE color: 1905932.

HSL color Cylindrical-coordinate representation of color #0C151D: hue angle of 208.24º degrees, saturation: 0.41, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #0C151D is Cyan = 0.59, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 12 21 29 -
CMYK 0.59 0.28 0 0.89
HSL 208.24º 0.41% 0.08% -
HSV(B) 208.24º 0.59% 0.11% -
XYZ 0.64 0.7 1.26 -
YUV 19.22 133.52 122.85 -
System Red Green Blue C M Y K H S L
Decimal 12 21 29 0.59 0.28 0 0.89 208.24 0.41 0.08
Hex C 15 1D 3B 1C 0 59 D0 29 8
Octal 14 25 35 73 34 0 131 320 51 10
Binary 1100 10101 11101 111011 11100 0 1011001 11010000 101001 1000

Color Harmonies of #0C151D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C151D

Black with #0C151D

Text Example


Text Example

White with #0C151D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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