Html Css Color HEX #081825 Black Pearl

📋 copy color: '#081825'

red 8 ◦ green 24 ◦ blue 37

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

Shades of Black Pearl #081825

Tints of Black Pearl #081825

RGB

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

 GREEN value IS 24 (9.77% from 255) = 34.78%

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

R = 11.59%
G = 34.78%
B = 53.62%

CMYK

 C value IS 0.78

 M value IS 0.35

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#081825 (or 0x081825) is known color: Black Pearl. HEX triplet: 08, 18 and 25. RGB value is (8,24,37). Sum of RGB (Red+Green+Blue) = 8+24+37=69 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.59% from 69); Green value is 24 (9.77% from 255 or 34.78% from 69); Blue value is 37 (14.84% from 255 or 53.62% from 69); Max value from RGB is 37 - color contains mainly: blue. Hex color #081825 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081825 is #F7E7DA. Grayscale: #141414. Windows color (decimal): -16246747 or 2430984. OLE color: 2430984.

HSL color Cylindrical-coordinate representation of color #081825: hue angle of 206.9º 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 #081825 is Cyan = 0.78, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 8 24 37 -
CMYK 0.78 0.35 0 0.85
HSL 206.9º 0.64% 0.09% -
HSV(B) 206.9º 0.78% 0.15% -
XYZ 0.76 0.84 1.87 -
YUV 20.7 137.2 118.94 -
System Red Green Blue C M Y K H S L
Decimal 8 24 37 0.78 0.35 0 0.85 206.9 0.64 0.09
Hex 8 18 25 4E 23 0 55 CF 40 9
Octal 10 30 45 116 43 0 125 317 100 11
Binary 1000 11000 100101 1001110 100011 0 1010101 11001111 1000000 1001

Color Harmonies of #081825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081825

Black with #081825

Text Example


Text Example

White with #081825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081825; }

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

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

background-color css

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

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

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

border-color css

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

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

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