Html Css Color HEX #09212B Black Pearl

📋 copy color: '#09212B'

red 9 ◦ green 33 ◦ blue 43

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

Shades of Black Pearl #09212B

Tints of Black Pearl #09212B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 38.82%

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

R = 10.59%
G = 38.82%
B = 50.59%

CMYK

 C value IS 0.79

 M value IS 0.23

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#09212B (or 0x09212B) is known color: Black Pearl. HEX triplet: 09, 21 and 2B. RGB value is (9,33,43). Sum of RGB (Red+Green+Blue) = 9+33+43=85 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.59% from 85); Green value is 33 (13.28% from 255 or 38.82% from 85); Blue value is 43 (17.19% from 255 or 50.59% from 85); Max value from RGB is 43 - color contains mainly: blue. Hex color #09212B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09212B is #F6DED4. Grayscale: #1A1A1A. Windows color (decimal): -16178901 or 2826505. OLE color: 2826505.

HSL color Cylindrical-coordinate representation of color #09212B: hue angle of 197.65º 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 #09212B is Cyan = 0.79, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 9 33 43 -
CMYK 0.79 0.23 0 0.83
HSL 197.65º 0.65% 0.1% -
HSV(B) 197.65º 0.79% 0.17% -
XYZ 1.09 1.32 2.48 -
YUV 26.96 137.05 115.19 -
System Red Green Blue C M Y K H S L
Decimal 9 33 43 0.79 0.23 0 0.83 197.65 0.65 0.1
Hex 9 21 2B 4F 17 0 53 C6 41 A
Octal 11 41 53 117 27 0 123 306 101 12
Binary 1001 100001 101011 1001111 10111 0 1010011 11000110 1000001 1010

Color Harmonies of #09212B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09212B

Black with #09212B

Text Example


Text Example

White with #09212B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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