#0C2432

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

Shades of Black Pearl #0C2432

Tints of Black Pearl #0C2432

Color information

#0C2432 (or 0x0C2432) is unknown color: approx Black Pearl. HEX triplet: 0C, 24 and 32. RGB value is (12,36,50). Sum of RGB (Red+Green+Blue) = 12+36+50=98 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.24% from 98); Green value is 36 (14.45% from 255 or 36.73% from 98); Blue value is 50 (19.92% from 255 or 51.02% from 98); Max value from RGB is 50 - color contains mainly: blue. Hex color #0C2432 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2432 is #F3DBCD. Grayscale: #1E1E1E. Windows color (decimal): -15981518 or 3286028. OLE color: 3286028.

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

Color convert

RGB123650-
CMYK0.760.2800.80
HSL202.11º61.29%12.16%-
HSV(B)202.11º76%19.61%-
XYZ1.361.573.25-
YUV30.42139.05114.86-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 12.24%
GREEN value IS 36 (14.45% from 255) = 36.73%
BLUE value IS 50 (19.92% from 255) = 51.02%
R=12.24%
G=36.73%
B=51.02%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1236500.760.2800.80202.1161.2912.16
HexC24324C1C050ca3dc
Octal1444621143401203127514
Binary110010010011001010011001110001010000110010101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,36,50); }

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

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

 a { background-color: rgb(12,36,50); }

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

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

 span { border-color: rgb(12,36,50); }

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