Html Css Color HEX #0C212B Black Pearl

📋 copy color: '#0C212B'

red 12 ◦ green 33 ◦ blue 43

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

Shades of Black Pearl #0C212B

Tints of Black Pearl #0C212B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 48.86%

R = 13.64%
G = 37.5%
B = 48.86%

CMYK

 C value IS 0.72

 M value IS 0.23

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#0C212B (or 0x0C212B) is known color: Black Pearl. HEX triplet: 0C, 21 and 2B. RGB value is (12,33,43). Sum of RGB (Red+Green+Blue) = 12+33+43=88 (11% of max value = 765). Red value is 12 (5.08% from 255 or 13.64% from 88); Green value is 33 (13.28% from 255 or 37.5% from 88); Blue value is 43 (17.19% from 255 or 48.86% from 88); Max value from RGB is 43 - color contains mainly: blue. Hex color #0C212B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C212B is #F3DED4. Grayscale: #1B1B1B. Windows color (decimal): -15982293 or 2826508. OLE color: 2826508.

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

Color convert

RGB 12 33 43 -
CMYK 0.72 0.23 0 0.83
HSL 199.35º 0.56% 0.11% -
HSV(B) 199.35º 0.72% 0.17% -
XYZ 1.13 1.34 2.48 -
YUV 27.86 136.54 116.69 -
System Red Green Blue C M Y K H S L
Decimal 12 33 43 0.72 0.23 0 0.83 199.35 0.56 0.11
Hex C 21 2B 48 17 0 53 C7 38 B
Octal 14 41 53 110 27 0 123 307 70 13
Binary 1100 100001 101011 1001000 10111 0 1010011 11000111 111000 1011

Color Harmonies of #0C212B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C212B

Black with #0C212B

Text Example


Text Example

White with #0C212B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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