Html Css Color HEX #081325 Black Pearl

📋 copy color: '#081325'

red 8 ◦ green 19 ◦ blue 37

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

Shades of Black Pearl #081325

Tints of Black Pearl #081325

RGB

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

 GREEN value IS 19 (7.81% from 255) = 29.69%

 BLUE value IS 37 (14.84% from 255) = 57.81%

R = 12.5%
G = 29.69%
B = 57.81%

CMYK

 C value IS 0.78

 M value IS 0.49

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#081325 (or 0x081325) is known color: Black Pearl. HEX triplet: 08, 13 and 25. RGB value is (8,19,37). Sum of RGB (Red+Green+Blue) = 8+19+37=64 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.5% from 64); Green value is 19 (7.81% from 255 or 29.69% from 64); Blue value is 37 (14.84% from 255 or 57.81% from 64); Max value from RGB is 37 - color contains mainly: blue. Hex color #081325 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081325 is #F7ECDA. Grayscale: #111111. Windows color (decimal): -16248027 or 2429704. OLE color: 2429704.

HSL color Cylindrical-coordinate representation of color #081325: hue angle of 217.24º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #081325 is Cyan = 0.78, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 8 19 37 -
CMYK 0.78 0.49 0 0.85
HSL 217.24º 0.64% 0.09% -
HSV(B) 217.24º 0.78% 0.15% -
XYZ 0.67 0.65 1.84 -
YUV 17.76 138.86 121.04 -
System Red Green Blue C M Y K H S L
Decimal 8 19 37 0.78 0.49 0 0.85 217.24 0.64 0.09
Hex 8 13 25 4E 31 0 55 D9 40 9
Octal 10 23 45 116 61 0 125 331 100 11
Binary 1000 10011 100101 1001110 110001 0 1010101 11011001 1000000 1001

Color Harmonies of #081325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081325

Black with #081325

Text Example


Text Example

White with #081325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081325; }

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

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

background-color css

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

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

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

border-color css

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

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

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