#0C242A

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

Shades of Black Pearl #0C242A

Tints of Black Pearl #0C242A

Color information

#0C242A (or 0x0C242A) is unknown color: approx Black Pearl. HEX triplet: 0C, 24 and 2A. RGB value is (12,36,42). Sum of RGB (Red+Green+Blue) = 12+36+42=90 (11% of max value = 765). Red value is 12 (5.08% from 255 or 13.33% from 90); Green value is 36 (14.45% from 255 or 40% from 90); Blue value is 42 (16.80% from 255 or 46.67% from 90); Max value from RGB is 42 - color contains mainly: blue. Hex color #0C242A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C242A is #F3DBD5. Grayscale: #1D1D1D. Windows color (decimal): -15981526 or 2761740. OLE color: 2761740.

HSL color Cylindrical-coordinate representation of color #0C242A: hue angle of 192º degrees, saturation: 0.56, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0C242A is Cyan = 0.71, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB123642-
CMYK0.710.1400.84
HSL192º55.56%10.59%-
HSV(B)192º71.43%16.47%-
XYZ1.21.512.42-
YUV29.51135.05115.51-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 13.33%
GREEN value IS 36 (14.45% from 255) = 40%
BLUE value IS 42 (16.80% from 255) = 46.67%
R=13.33%
G=40%
B=46.67%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1236420.710.1400.8419255.5610.59
HexC242A47E054c038b
Octal1444521071601243007013
Binary11001001001010101000111111001010100110000001110001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C242A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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