Html Css Color HEX #081425 Black Pearl

📋 copy color: '#081425'

red 8 ◦ green 20 ◦ blue 37

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

Shades of Black Pearl #081425

Tints of Black Pearl #081425

RGB

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

 GREEN value IS 20 (8.2% from 255) = 30.77%

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

R = 12.31%
G = 30.77%
B = 56.92%

CMYK

 C value IS 0.78

 M value IS 0.46

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#081425 (or 0x081425) is known color: Black Pearl. HEX triplet: 08, 14 and 25. RGB value is (8,20,37). Sum of RGB (Red+Green+Blue) = 8+20+37=65 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.31% from 65); Green value is 20 (8.20% from 255 or 30.77% from 65); Blue value is 37 (14.84% from 255 or 56.92% from 65); Max value from RGB is 37 - color contains mainly: blue. Hex color #081425 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081425 is #F7EBDA. Grayscale: #121212. Windows color (decimal): -16247771 or 2429960. OLE color: 2429960.

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

Color convert

RGB 8 20 37 -
CMYK 0.78 0.46 0 0.85
HSL 215.17º 0.64% 0.09% -
HSV(B) 215.17º 0.78% 0.15% -
XYZ 0.68 0.69 1.85 -
YUV 18.35 138.52 120.62 -
System Red Green Blue C M Y K H S L
Decimal 8 20 37 0.78 0.46 0 0.85 215.17 0.64 0.09
Hex 8 14 25 4E 2E 0 55 D7 40 9
Octal 10 24 45 116 56 0 125 327 100 11
Binary 1000 10100 100101 1001110 101110 0 1010101 11010111 1000000 1001

Color Harmonies of #081425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081425

Black with #081425

Text Example


Text Example

White with #081425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081425; }

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

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

background-color css

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

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

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

border-color css

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

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

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