#08252E

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

Shades of Black Pearl #08252E

Tints of Black Pearl #08252E

Color information

#08252E (or 0x08252E) is unknown color: approx Black Pearl. HEX triplet: 08, 25 and 2E. RGB value is (8,37,46). Sum of RGB (Red+Green+Blue) = 8+37+46=91 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.79% from 91); Green value is 37 (14.84% from 255 or 40.66% from 91); Blue value is 46 (18.36% from 255 or 50.55% from 91); Max value from RGB is 46 - color contains mainly: blue. Hex color #08252E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08252E is #F7DAD1. Grayscale: #1D1D1D. Windows color (decimal): -16243410 or 3024136. OLE color: 3024136.

HSL color Cylindrical-coordinate representation of color #08252E: hue angle of 194.21º degrees, saturation: 0.7, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #08252E is Cyan = 0.83, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB83746-
CMYK0.830.2000.82
HSL194.21º70.37%10.59%-
HSV(B)194.21º82.61%18.04%-
XYZ1.251.572.82-
YUV29.35137.39112.77-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.79%
GREEN value IS 37 (14.84% from 255) = 40.66%
BLUE value IS 46 (18.36% from 255) = 50.55%
R=8.79%
G=40.66%
B=50.55%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal837460.830.2000.82194.2170.3710.59
Hex8252E5314052c246b
Octal10455612324012230210613
Binary1000100101101110101001110100010100101100001010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08252E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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