Html Css Color HEX #0C2129 Black Pearl

📋 copy color: '#0C2129'

red 12 ◦ green 33 ◦ blue 41

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

Shades of Black Pearl #0C2129

Tints of Black Pearl #0C2129

RGB

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

 GREEN value IS 33 (13.28% from 255) = 38.37%

 BLUE value IS 41 (16.41% from 255) = 47.67%

R = 13.95%
G = 38.37%
B = 47.67%

CMYK

 C value IS 0.71

 M value IS 0.20

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#0C2129 (or 0x0C2129) is known color: Black Pearl. HEX triplet: 0C, 21 and 29. RGB value is (12,33,41). Sum of RGB (Red+Green+Blue) = 12+33+41=86 (11% of max value = 765). Red value is 12 (5.08% from 255 or 13.95% from 86); Green value is 33 (13.28% from 255 or 38.37% from 86); Blue value is 41 (16.41% from 255 or 47.67% from 86); Max value from RGB is 41 - color contains mainly: blue. Hex color #0C2129 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2129 is #F3DED6. Grayscale: #1B1B1B. Windows color (decimal): -15982295 or 2695436. OLE color: 2695436.

HSL color Cylindrical-coordinate representation of color #0C2129: hue angle of 196.55º degrees, saturation: 0.55, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0C2129 is Cyan = 0.71, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 12 33 41 -
CMYK 0.71 0.20 0 0.84
HSL 196.55º 0.55% 0.1% -
HSV(B) 196.55º 0.71% 0.16% -
XYZ 1.1 1.33 2.3 -
YUV 27.63 135.54 116.85 -
System Red Green Blue C M Y K H S L
Decimal 12 33 41 0.71 0.20 0 0.84 196.55 0.55 0.1
Hex C 21 29 47 14 0 54 C5 37 A
Octal 14 41 51 107 24 0 124 305 67 12
Binary 1100 100001 101001 1000111 10100 0 1010100 11000101 110111 1010

Color Harmonies of #0C2129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C2129

Black with #0C2129

Text Example


Text Example

White with #0C2129

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,33,41); }

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

background-color css

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

 a { background-color: rgb(12,33,41); }

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

border-color css

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

 span { border-color: rgb(12,33,41); }

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