Html Css Color HEX #091427 Black Pearl

📋 copy color: '#091427'

red 9 ◦ green 20 ◦ blue 39

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

Shades of Black Pearl #091427

Tints of Black Pearl #091427

RGB

 RED value IS 9 (3.91% from 255) = 13.24%

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

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

R = 13.24%
G = 29.41%
B = 57.35%

CMYK

 C value IS 0.77

 M value IS 0.49

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#091427 (or 0x091427) is known color: Black Pearl. HEX triplet: 09, 14 and 27. RGB value is (9,20,39). Sum of RGB (Red+Green+Blue) = 9+20+39=68 (9% of max value = 765). Red value is 9 (3.91% from 255 or 13.24% from 68); Green value is 20 (8.20% from 255 or 29.41% from 68); Blue value is 39 (15.62% from 255 or 57.35% from 68); Max value from RGB is 39 - color contains mainly: blue. Hex color #091427 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091427 is #F6EBD8. Grayscale: #121212. Windows color (decimal): -16182233 or 2561033. OLE color: 2561033.

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

Color convert

RGB 9 20 39 -
CMYK 0.77 0.49 0 0.85
HSL 218º 0.63% 0.09% -
HSV(B) 218º 0.77% 0.15% -
XYZ 0.73 0.7 2.02 -
YUV 18.88 139.36 120.96 -
System Red Green Blue C M Y K H S L
Decimal 9 20 39 0.77 0.49 0 0.85 218 0.63 0.09
Hex 9 14 27 4D 31 0 55 DA 3E 9
Octal 11 24 47 115 61 0 125 332 76 11
Binary 1001 10100 100111 1001101 110001 0 1010101 11011010 111110 1001

Color Harmonies of #091427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091427

Black with #091427

Text Example


Text Example

White with #091427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091427; }

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

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

background-color css

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

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

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

border-color css

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

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

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