#0C232F

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

Shades of Black Pearl #0C232F

Tints of Black Pearl #0C232F

Color information

#0C232F (or 0x0C232F) is unknown color: approx Black Pearl. HEX triplet: 0C, 23 and 2F. RGB value is (12,35,47). Sum of RGB (Red+Green+Blue) = 12+35+47=94 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.77% from 94); Green value is 35 (14.06% from 255 or 37.23% from 94); Blue value is 47 (18.75% from 255 or 50% from 94); Max value from RGB is 47 - color contains mainly: blue. Hex color #0C232F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C232F is #F3DCD0. Grayscale: #1D1D1D. Windows color (decimal): -15981777 or 3089164. OLE color: 3089164.

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

Color convert

RGB123547-
CMYK0.740.2600.82
HSL200.57º59.32%11.57%-
HSV(B)200.57º74.47%18.43%-
XYZ1.271.492.91-
YUV29.49137.88115.52-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 12.77%
GREEN value IS 35 (14.06% from 255) = 37.23%
BLUE value IS 47 (18.75% from 255) = 50%
R=12.77%
G=37.23%
B=50%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1235470.740.2600.82200.5759.3211.57
HexC232F4A1A052c93bc
Octal1443571123201223117314
Binary110010001110111110010101101001010010110010011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C232F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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