#0C252B

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

Shades of Black Pearl #0C252B

Tints of Black Pearl #0C252B

Color information

#0C252B (or 0x0C252B) is unknown color: approx Black Pearl. HEX triplet: 0C, 25 and 2B. RGB value is (12,37,43). Sum of RGB (Red+Green+Blue) = 12+37+43=92 (12% of max value = 765). Red value is 12 (5.08% from 255 or 13.04% from 92); Green value is 37 (14.84% from 255 or 40.22% from 92); Blue value is 43 (17.19% from 255 or 46.74% from 92); Max value from RGB is 43 - color contains mainly: blue. Hex color #0C252B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C252B is #F3DAD4. Grayscale: #1E1E1E. Windows color (decimal): -15981269 or 2827532. OLE color: 2827532.

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

Color convert

RGB123743-
CMYK0.720.1400.83
HSL191.61º56.36%10.78%-
HSV(B)191.61º72.09%16.86%-
XYZ1.251.582.52-
YUV30.21135.22115.01-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 13.04%
GREEN value IS 37 (14.84% from 255) = 40.22%
BLUE value IS 43 (17.19% from 255) = 46.74%
R=13.04%
G=40.22%
B=46.74%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1237430.720.1400.83191.6156.3610.78
HexC252B48E053c038b
Octal1445531101601233007013
Binary11001001011010111001000111001010011110000001110001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C252B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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