Html Css Color HEX #09202C Black Pearl

📋 copy color: '#09202C'

red 9 ◦ green 32 ◦ blue 44

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

Shades of Black Pearl #09202C

Tints of Black Pearl #09202C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 51.76%

R = 10.59%
G = 37.65%
B = 51.76%

CMYK

 C value IS 0.80

 M value IS 0.27

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#09202C (or 0x09202C) is known color: Black Pearl. HEX triplet: 09, 20 and 2C. RGB value is (9,32,44). Sum of RGB (Red+Green+Blue) = 9+32+44=85 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.59% from 85); Green value is 32 (12.89% from 255 or 37.65% from 85); Blue value is 44 (17.58% from 255 or 51.76% from 85); Max value from RGB is 44 - color contains mainly: blue. Hex color #09202C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09202C is #F6DFD3. Grayscale: #1A1A1A. Windows color (decimal): -16179156 or 2891785. OLE color: 2891785.

HSL color Cylindrical-coordinate representation of color #09202C: hue angle of 200.57º degrees, saturation: 0.66, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #09202C is Cyan = 0.80, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 9 32 44 -
CMYK 0.80 0.27 0 0.83
HSL 200.57º 0.66% 0.1% -
HSV(B) 200.57º 0.8% 0.17% -
XYZ 1.08 1.27 2.57 -
YUV 26.49 137.88 115.52 -
System Red Green Blue C M Y K H S L
Decimal 9 32 44 0.80 0.27 0 0.83 200.57 0.66 0.1
Hex 9 20 2C 50 1B 0 53 C9 42 A
Octal 11 40 54 120 33 0 123 311 102 12
Binary 1001 100000 101100 1010000 11011 0 1010011 11001001 1000010 1010

Color Harmonies of #09202C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09202C

Black with #09202C

Text Example


Text Example

White with #09202C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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