Html Css Color HEX #0C2231 Black Pearl

📋 copy color: '#0C2231'

red 12 ◦ green 34 ◦ blue 49

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

Shades of Black Pearl #0C2231

Tints of Black Pearl #0C2231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 51.58%

R = 12.63%
G = 35.79%
B = 51.58%

CMYK

 C value IS 0.76

 M value IS 0.31

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#0C2231 (or 0x0C2231) is known color: Black Pearl. HEX triplet: 0C, 22 and 31. RGB value is (12,34,49). Sum of RGB (Red+Green+Blue) = 12+34+49=95 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.63% from 95); Green value is 34 (13.67% from 255 or 35.79% from 95); Blue value is 49 (19.53% from 255 or 51.58% from 95); Max value from RGB is 49 - color contains mainly: blue. Hex color #0C2231 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2231 is #F3DDCE. Grayscale: #1D1D1D. Windows color (decimal): -15982031 or 3219980. OLE color: 3219980.

HSL color Cylindrical-coordinate representation of color #0C2231: hue angle of 204.32º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0C2231 is Cyan = 0.76, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 12 34 49 -
CMYK 0.76 0.31 0 0.81
HSL 204.32º 0.61% 0.12% -
HSV(B) 204.32º 0.76% 0.19% -
XYZ 1.28 1.44 3.12 -
YUV 29.13 139.21 115.78 -
System Red Green Blue C M Y K H S L
Decimal 12 34 49 0.76 0.31 0 0.81 204.32 0.61 0.12
Hex C 22 31 4C 1F 0 51 CC 3D C
Octal 14 42 61 114 37 0 121 314 75 14
Binary 1100 100010 110001 1001100 11111 0 1010001 11001100 111101 1100

Color Harmonies of #0C2231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C2231

Black with #0C2231

Text Example


Text Example

White with #0C2231

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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