#0C232E

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

Shades of Black Pearl #0C232E

Tints of Black Pearl #0C232E

Color information

#0C232E (or 0x0C232E) is unknown color: approx Black Pearl. HEX triplet: 0C, 23 and 2E. RGB value is (12,35,46). Sum of RGB (Red+Green+Blue) = 12+35+46=93 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.90% from 93); Green value is 35 (14.06% from 255 or 37.63% from 93); Blue value is 46 (18.36% from 255 or 49.46% from 93); Max value from RGB is 46 - color contains mainly: blue. Hex color #0C232E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C232E is #F3DCD1. Grayscale: #1D1D1D. Windows color (decimal): -15981778 or 3023628. OLE color: 3023628.

HSL color Cylindrical-coordinate representation of color #0C232E: hue angle of 199.41º degrees, saturation: 0.59, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0C232E is Cyan = 0.74, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB123546-
CMYK0.740.2400.82
HSL199.41º58.62%11.37%-
HSV(B)199.41º73.91%18.04%-
XYZ1.251.482.8-
YUV29.38137.38115.61-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 12.90%
GREEN value IS 35 (14.06% from 255) = 37.63%
BLUE value IS 46 (18.36% from 255) = 49.46%
R=12.90%
G=37.63%
B=49.46%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1235460.740.2400.82199.4158.6211.37
HexC232E4A18052c73bb
Octal1443561123001223077313
Binary110010001110111010010101100001010010110001111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C232E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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