#0C242B

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

Shades of Black Pearl #0C242B

Tints of Black Pearl #0C242B

Color information

#0C242B (or 0x0C242B) is unknown color: approx Black Pearl. HEX triplet: 0C, 24 and 2B. RGB value is (12,36,43). Sum of RGB (Red+Green+Blue) = 12+36+43=91 (12% of max value = 765). Red value is 12 (5.08% from 255 or 13.19% from 91); Green value is 36 (14.45% from 255 or 39.56% from 91); Blue value is 43 (17.19% from 255 or 47.25% from 91); Max value from RGB is 43 - color contains mainly: blue. Hex color #0C242B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C242B is #F3DBD4. Grayscale: #1D1D1D. Windows color (decimal): -15981525 or 2827276. OLE color: 2827276.

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

Color convert

RGB123643-
CMYK0.720.1600.83
HSL193.55º56.36%10.78%-
HSV(B)193.55º72.09%16.86%-
XYZ1.221.512.51-
YUV29.62135.55115.43-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 13.19%
GREEN value IS 36 (14.45% from 255) = 39.56%
BLUE value IS 43 (17.19% from 255) = 47.25%
R=13.19%
G=39.56%
B=47.25%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1236430.720.1600.83193.5556.3610.78
HexC242B4810053c238b
Octal1444531102001233027013
Binary110010010010101110010001000001010011110000101110001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C242B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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