Html Css Color HEX #082331 Black Pearl

📋 copy color: '#082331'

red 8 ◦ green 35 ◦ blue 49

#082331
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Pearl #082331

Tints of Black Pearl #082331

RGB

 RED value IS 8 (3.52% from 255) = 8.7%

 GREEN value IS 35 (14.06% from 255) = 38.04%

 BLUE value IS 49 (19.53% from 255) = 53.26%

R = 8.7%
G = 38.04%
B = 53.26%

CMYK

 C value IS 0.84

 M value IS 0.29

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#082331 (or 0x082331) is known color: Black Pearl. HEX triplet: 08, 23 and 31. RGB value is (8,35,49). Sum of RGB (Red+Green+Blue) = 8+35+49=92 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.70% from 92); Green value is 35 (14.06% from 255 or 38.04% from 92); Blue value is 49 (19.53% from 255 or 53.26% from 92); Max value from RGB is 49 - color contains mainly: blue. Hex color #082331 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082331 is #F7DCCE. Grayscale: #1C1C1C. Windows color (decimal): -16243919 or 3220232. OLE color: 3220232.

HSL color Cylindrical-coordinate representation of color #082331: hue angle of 200.49º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #082331 is Cyan = 0.84, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 8 35 49 -
CMYK 0.84 0.29 0 0.81
HSL 200.49º 0.72% 0.11% -
HSV(B) 200.49º 0.84% 0.19% -
XYZ 1.26 1.48 3.12 -
YUV 28.52 139.55 113.36 -
System Red Green Blue C M Y K H S L
Decimal 8 35 49 0.84 0.29 0 0.81 200.49 0.72 0.11
Hex 8 23 31 54 1D 0 51 C8 48 B
Octal 10 43 61 124 35 0 121 310 110 13
Binary 1000 100011 110001 1010100 11101 0 1010001 11001000 1001000 1011

Color Harmonies of #082331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082331

Black with #082331

Text Example


Text Example

White with #082331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082331; }

 p { color: rgb(8,35,49); }

 H1.HeaderClassName
 {
   color: #082331;
 }
 .AnyTagClassName
 {
   color: #082331;
 }
</style>

background-color css

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

 a { background-color: rgb(8,35,49); }

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

border-color css

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

 span { border-color: rgb(8,35,49); }

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