Html Css Color HEX #09202E Black Pearl

📋 copy color: '#09202E'

red 9 ◦ green 32 ◦ blue 46

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

Shades of Black Pearl #09202E

Tints of Black Pearl #09202E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 36.78%

 BLUE value IS 46 (18.36% from 255) = 52.87%

R = 10.34%
G = 36.78%
B = 52.87%

CMYK

 C value IS 0.80

 M value IS 0.30

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#09202E (or 0x09202E) is known color: Black Pearl. HEX triplet: 09, 20 and 2E. RGB value is (9,32,46). Sum of RGB (Red+Green+Blue) = 9+32+46=87 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.34% from 87); Green value is 32 (12.89% from 255 or 36.78% from 87); Blue value is 46 (18.36% from 255 or 52.87% from 87); Max value from RGB is 46 - color contains mainly: blue. Hex color #09202E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09202E is #F6DFD1. Grayscale: #1A1A1A. Windows color (decimal): -16179154 or 3022857. OLE color: 3022857.

HSL color Cylindrical-coordinate representation of color #09202E: hue angle of 202.7º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #09202E is Cyan = 0.80, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 9 32 46 -
CMYK 0.80 0.30 0 0.82
HSL 202.7º 0.67% 0.11% -
HSV(B) 202.7º 0.8% 0.18% -
XYZ 1.12 1.29 2.77 -
YUV 26.72 138.88 115.36 -
System Red Green Blue C M Y K H S L
Decimal 9 32 46 0.80 0.30 0 0.82 202.7 0.67 0.11
Hex 9 20 2E 50 1E 0 52 CB 43 B
Octal 11 40 56 120 36 0 122 313 103 13
Binary 1001 100000 101110 1010000 11110 0 1010010 11001011 1000011 1011

Color Harmonies of #09202E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09202E

Black with #09202E

Text Example


Text Example

White with #09202E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09202E; }

 p { color: rgb(9,32,46); }

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

background-color css

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

 a { background-color: rgb(9,32,46); }

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

border-color css

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

 span { border-color: rgb(9,32,46); }

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