Html Css Color HEX #081427 Black Pearl

📋 copy color: '#081427'

red 8 ◦ green 20 ◦ blue 39

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

Shades of Black Pearl #081427

Tints of Black Pearl #081427

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 58.21%

R = 11.94%
G = 29.85%
B = 58.21%

CMYK

 C value IS 0.79

 M value IS 0.49

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#081427 (or 0x081427) is known color: Black Pearl. HEX triplet: 08, 14 and 27. RGB value is (8,20,39). Sum of RGB (Red+Green+Blue) = 8+20+39=67 (8% of max value = 765). Red value is 8 (3.52% from 255 or 11.94% from 67); Green value is 20 (8.20% from 255 or 29.85% from 67); Blue value is 39 (15.62% from 255 or 58.21% from 67); Max value from RGB is 39 - color contains mainly: blue. Hex color #081427 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081427 is #F7EBD8. Grayscale: #121212. Windows color (decimal): -16247769 or 2561032. OLE color: 2561032.

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

Color convert

RGB 8 20 39 -
CMYK 0.79 0.49 0 0.85
HSL 216.77º 0.66% 0.09% -
HSV(B) 216.77º 0.79% 0.15% -
XYZ 0.72 0.7 2.02 -
YUV 18.58 139.52 120.46 -
System Red Green Blue C M Y K H S L
Decimal 8 20 39 0.79 0.49 0 0.85 216.77 0.66 0.09
Hex 8 14 27 4F 31 0 55 D9 42 9
Octal 10 24 47 117 61 0 125 331 102 11
Binary 1000 10100 100111 1001111 110001 0 1010101 11011001 1000010 1001

Color Harmonies of #081427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081427

Black with #081427

Text Example


Text Example

White with #081427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081427; }

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

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

background-color css

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

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

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

border-color css

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

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

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