Html Css Color HEX #0C222B Black Pearl

📋 copy color: '#0C222B'

red 12 ◦ green 34 ◦ blue 43

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

Shades of Black Pearl #0C222B

Tints of Black Pearl #0C222B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 38.2%

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

R = 13.48%
G = 38.2%
B = 48.31%

CMYK

 C value IS 0.72

 M value IS 0.21

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#0C222B (or 0x0C222B) is known color: Black Pearl. HEX triplet: 0C, 22 and 2B. RGB value is (12,34,43). Sum of RGB (Red+Green+Blue) = 12+34+43=89 (11% of max value = 765). Red value is 12 (5.08% from 255 or 13.48% from 89); Green value is 34 (13.67% from 255 or 38.20% from 89); Blue value is 43 (17.19% from 255 or 48.31% from 89); Max value from RGB is 43 - color contains mainly: blue. Hex color #0C222B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C222B is #F3DDD4. Grayscale: #1C1C1C. Windows color (decimal): -15982037 or 2826764. OLE color: 2826764.

HSL color Cylindrical-coordinate representation of color #0C222B: hue angle of 197.42º 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 #0C222B is Cyan = 0.72, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 12 34 43 -
CMYK 0.72 0.21 0 0.83
HSL 197.42º 0.56% 0.11% -
HSV(B) 197.42º 0.72% 0.17% -
XYZ 1.16 1.4 2.49 -
YUV 28.45 136.21 116.27 -
System Red Green Blue C M Y K H S L
Decimal 12 34 43 0.72 0.21 0 0.83 197.42 0.56 0.11
Hex C 22 2B 48 15 0 53 C5 38 B
Octal 14 42 53 110 25 0 123 305 70 13
Binary 1100 100010 101011 1001000 10101 0 1010011 11000101 111000 1011

Color Harmonies of #0C222B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C222B

Black with #0C222B

Text Example


Text Example

White with #0C222B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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