Html Css Color HEX #09202B Black Pearl

📋 copy color: '#09202B'

red 9 ◦ green 32 ◦ blue 43

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

Shades of Black Pearl #09202B

Tints of Black Pearl #09202B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 51.19%

R = 10.71%
G = 38.1%
B = 51.19%

CMYK

 C value IS 0.79

 M value IS 0.26

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#09202B (or 0x09202B) is known color: Black Pearl. HEX triplet: 09, 20 and 2B. RGB value is (9,32,43). Sum of RGB (Red+Green+Blue) = 9+32+43=84 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.71% from 84); Green value is 32 (12.89% from 255 or 38.10% from 84); Blue value is 43 (17.19% from 255 or 51.19% from 84); Max value from RGB is 43 - color contains mainly: blue. Hex color #09202B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09202B is #F6DFD4. Grayscale: #1A1A1A. Windows color (decimal): -16179157 or 2826249. OLE color: 2826249.

HSL color Cylindrical-coordinate representation of color #09202B: hue angle of 199.41º degrees, saturation: 0.65, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #09202B is Cyan = 0.79, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 9 32 43 -
CMYK 0.79 0.26 0 0.83
HSL 199.41º 0.65% 0.1% -
HSV(B) 199.41º 0.79% 0.17% -
XYZ 1.07 1.27 2.47 -
YUV 26.38 137.38 115.61 -
System Red Green Blue C M Y K H S L
Decimal 9 32 43 0.79 0.26 0 0.83 199.41 0.65 0.1
Hex 9 20 2B 4F 1A 0 53 C7 41 A
Octal 11 40 53 117 32 0 123 307 101 12
Binary 1001 100000 101011 1001111 11010 0 1010011 11000111 1000001 1010

Color Harmonies of #09202B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09202B

Black with #09202B

Text Example


Text Example

White with #09202B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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