#08252B

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

Shades of Black Pearl #08252B

Tints of Black Pearl #08252B

Color information

#08252B (or 0x08252B) is unknown color: approx Black Pearl. HEX triplet: 08, 25 and 2B. RGB value is (8,37,43). Sum of RGB (Red+Green+Blue) = 8+37+43=88 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.09% from 88); Green value is 37 (14.84% from 255 or 42.05% from 88); Blue value is 43 (17.19% from 255 or 48.86% from 88); Max value from RGB is 43 - color contains mainly: blue. Hex color #08252B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08252B is #F7DAD4. Grayscale: #1C1C1C. Windows color (decimal): -16243413 or 2827528. OLE color: 2827528.

HSL color Cylindrical-coordinate representation of color #08252B: hue angle of 190.29º degrees, saturation: 0.69, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #08252B is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB83743-
CMYK0.810.1400.83
HSL190.29º68.63%10%-
HSV(B)190.29º81.4%16.86%-
XYZ1.21.552.52-
YUV29.01135.89113.01-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 9.09%
GREEN value IS 37 (14.84% from 255) = 42.05%
BLUE value IS 43 (17.19% from 255) = 48.86%
R=9.09%
G=42.05%
B=48.86%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal837430.810.1400.83190.2968.6310
Hex8252B51E053be45a
Octal10455312116012327610512
Binary100010010110101110100011110010100111011111010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08252B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08252B; }

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

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

<style>
 a { background-color: #08252B; }

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

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

<style>
 span { border-color: #08252B; }

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

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