#0C2330

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

Shades of Black Pearl #0C2330

Tints of Black Pearl #0C2330

Color information

#0C2330 (or 0x0C2330) is unknown color: approx Black Pearl. HEX triplet: 0C, 23 and 30. RGB value is (12,35,48). Sum of RGB (Red+Green+Blue) = 12+35+48=95 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.63% from 95); Green value is 35 (14.06% from 255 or 36.84% from 95); Blue value is 48 (19.14% from 255 or 50.53% from 95); Max value from RGB is 48 - color contains mainly: blue. Hex color #0C2330 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2330 is #F3DCCF. Grayscale: #1D1D1D. Windows color (decimal): -15981776 or 3154700. OLE color: 3154700.

HSL color Cylindrical-coordinate representation of color #0C2330: hue angle of 201.67º 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 #0C2330 is Cyan = 0.75, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB123548-
CMYK0.750.2700.81
HSL201.67º60%11.76%-
HSV(B)201.67º75%18.82%-
XYZ1.291.493.02-
YUV29.6138.38115.44-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 12.63%
GREEN value IS 35 (14.06% from 255) = 36.84%
BLUE value IS 48 (19.14% from 255) = 50.53%
R=12.63%
G=36.84%
B=50.53%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1235480.750.2700.81201.676011.76
HexC23304B1B051ca3cc
Octal1443601133301213127414
Binary110010001111000010010111101101010001110010101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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