Html Css Color HEX #09141A Black Pearl

📋 copy color: '#09141A'

red 9 ◦ green 20 ◦ blue 26

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

Shades of Black Pearl #09141A

Tints of Black Pearl #09141A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 47.27%

R = 16.36%
G = 36.36%
B = 47.27%

CMYK

 C value IS 0.65

 M value IS 0.23

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#09141A (or 0x09141A) is known color: Black Pearl. HEX triplet: 09, 14 and 1A. RGB value is (9,20,26). Sum of RGB (Red+Green+Blue) = 9+20+26=55 (7% of max value = 765). Red value is 9 (3.91% from 255 or 16.36% from 55); Green value is 20 (8.20% from 255 or 36.36% from 55); Blue value is 26 (10.55% from 255 or 47.27% from 55); Max value from RGB is 26 - color contains mainly: blue. Hex color #09141A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09141A is #F6EBE5. Grayscale: #111111. Windows color (decimal): -16182246 or 1709065. OLE color: 1709065.

HSL color Cylindrical-coordinate representation of color #09141A: hue angle of 201.18º degrees, saturation: 0.49, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #09141A is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 9 20 26 -
CMYK 0.65 0.23 0 0.90
HSL 201.18º 0.49% 0.07% -
HSV(B) 201.18º 0.65% 0.1% -
XYZ 0.55 0.63 1.07 -
YUV 17.4 132.86 122.01 -
System Red Green Blue C M Y K H S L
Decimal 9 20 26 0.65 0.23 0 0.90 201.18 0.49 0.07
Hex 9 14 1A 41 17 0 5A C9 31 7
Octal 11 24 32 101 27 0 132 311 61 7
Binary 1001 10100 11010 1000001 10111 0 1011010 11001001 110001 111

Color Harmonies of #09141A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09141A

Black with #09141A

Text Example


Text Example

White with #09141A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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