#0C2130

Color #0C2130 Black Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Pearl #0C2130

Tints of Black Pearl #0C2130

Color information

#0C2130 (or 0x0C2130) is unknown color: approx Black Pearl. HEX triplet: 0C, 21 and 30. RGB value is (12,33,48). Sum of RGB (Red+Green+Blue) = 12+33+48=93 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.90% from 93); Green value is 33 (13.28% from 255 or 35.48% from 93); Blue value is 48 (19.14% from 255 or 51.61% from 93); Max value from RGB is 48 - color contains mainly: blue. Hex color #0C2130 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2130 is #F3DECF. Grayscale: #1C1C1C. Windows color (decimal): -15982288 or 3154188. OLE color: 3154188.

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

Color convert

RGB123348-
CMYK0.750.3100.81
HSL205º60%11.76%-
HSV(B)205º75%18.82%-
XYZ1.231.383-
YUV28.43139.04116.28-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 12.90%
GREEN value IS 33 (13.28% from 255) = 35.48%
BLUE value IS 48 (19.14% from 255) = 51.61%
R=12.90%
G=35.48%
B=51.61%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1233480.750.3100.812056011.76
HexC21304B1F051cd3cc
Octal1441601133701213157414
Binary110010000111000010010111111101010001110011011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0C2130;
 }
 .AnyTagClassName
 {
   color: #0C2130;
 }
</style>
background-color css

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

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

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

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

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

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