Html Css Color HEX #0C212C Black Pearl

📋 copy color: '#0C212C'

red 12 ◦ green 33 ◦ blue 44

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

Shades of Black Pearl #0C212C

Tints of Black Pearl #0C212C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 49.44%

R = 13.48%
G = 37.08%
B = 49.44%

CMYK

 C value IS 0.73

 M value IS 0.25

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#0C212C (or 0x0C212C) is known color: Black Pearl. HEX triplet: 0C, 21 and 2C. RGB value is (12,33,44). Sum of RGB (Red+Green+Blue) = 12+33+44=89 (11% of max value = 765). Red value is 12 (5.08% from 255 or 13.48% from 89); Green value is 33 (13.28% from 255 or 37.08% from 89); Blue value is 44 (17.58% from 255 or 49.44% from 89); Max value from RGB is 44 - color contains mainly: blue. Hex color #0C212C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C212C is #F3DED3. Grayscale: #1B1B1B. Windows color (decimal): -15982292 or 2892044. OLE color: 2892044.

HSL color Cylindrical-coordinate representation of color #0C212C: hue angle of 200.62º degrees, saturation: 0.57, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0C212C is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 12 33 44 -
CMYK 0.73 0.25 0 0.83
HSL 200.63º 0.57% 0.11% -
HSV(B) 200.63º 0.73% 0.17% -
XYZ 1.15 1.35 2.58 -
YUV 27.98 137.04 116.61 -
System Red Green Blue C M Y K H S L
Decimal 12 33 44 0.73 0.25 0 0.83 200.63 0.57 0.11
Hex C 21 2C 49 19 0 53 C9 39 B
Octal 14 41 54 111 31 0 123 311 71 13
Binary 1100 100001 101100 1001001 11001 0 1010011 11001001 111001 1011

Color Harmonies of #0C212C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C212C

Black with #0C212C

Text Example


Text Example

White with #0C212C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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