#082235

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

Shades of Black Pearl #082235

Tints of Black Pearl #082235

Color information

#082235 (or 0x082235) is unknown color: approx Black Pearl. HEX triplet: 08, 22 and 35. RGB value is (8,34,53). Sum of RGB (Red+Green+Blue) = 8+34+53=95 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.42% from 95); Green value is 34 (13.67% from 255 or 35.79% from 95); Blue value is 53 (21.09% from 255 or 55.79% from 95); Max value from RGB is 53 - color contains mainly: blue. Hex color #082235 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082235 is #F7DDCA. Grayscale: #1C1C1C. Windows color (decimal): -16244171 or 3482120. OLE color: 3482120.

HSL color Cylindrical-coordinate representation of color #082235: hue angle of 205.33º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #082235 is Cyan = 0.85, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB83453-
CMYK0.850.3600.79
HSL205.33º73.77%11.96%-
HSV(B)205.33º84.91%20.78%-
XYZ1.311.453.58-
YUV28.39141.89113.46-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.42%
GREEN value IS 34 (13.67% from 255) = 35.79%
BLUE value IS 53 (21.09% from 255) = 55.79%
R=8.42%
G=35.79%
B=55.79%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal834530.850.3600.79205.3373.7711.96
Hex82235552404Fcd4ac
Octal10426512544011731511214
Binary10001000101101011010101100100010011111100110110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082235; }

 p { color: rgb(8,34,53); }

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

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

 a { background-color: rgb(8,34,53); }

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

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

 span { border-color: rgb(8,34,53); }

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