Html Css Color HEX #09141B Black Pearl

📋 copy color: '#09141B'

red 9 ◦ green 20 ◦ blue 27

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

Shades of Black Pearl #09141B

Tints of Black Pearl #09141B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 48.21%

R = 16.07%
G = 35.71%
B = 48.21%

CMYK

 C value IS 0.67

 M value IS 0.26

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#09141B (or 0x09141B) is known color: Black Pearl. HEX triplet: 09, 14 and 1B. RGB value is (9,20,27). Sum of RGB (Red+Green+Blue) = 9+20+27=56 (7% of max value = 765). Red value is 9 (3.91% from 255 or 16.07% from 56); Green value is 20 (8.20% from 255 or 35.71% from 56); Blue value is 27 (10.94% from 255 or 48.21% from 56); Max value from RGB is 27 - color contains mainly: blue. Hex color #09141B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09141B is #F6EBE4. Grayscale: #111111. Windows color (decimal): -16182245 or 1774601. OLE color: 1774601.

HSL color Cylindrical-coordinate representation of color #09141B: hue angle of 203.33º degrees, saturation: 0.5, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #09141B is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 9 20 27 -
CMYK 0.67 0.26 0 0.89
HSL 203.33º 0.5% 0.07% -
HSV(B) 203.33º 0.67% 0.11% -
XYZ 0.56 0.64 1.13 -
YUV 17.51 133.36 121.93 -
System Red Green Blue C M Y K H S L
Decimal 9 20 27 0.67 0.26 0 0.89 203.33 0.5 0.07
Hex 9 14 1B 43 1A 0 59 CB 32 7
Octal 11 24 33 103 32 0 131 313 62 7
Binary 1001 10100 11011 1000011 11010 0 1011001 11001011 110010 111

Color Harmonies of #09141B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09141B

Black with #09141B

Text Example


Text Example

White with #09141B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09141B; }

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

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

background-color css

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

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

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

border-color css

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

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

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