Html Css Color HEX #09292E Black Pearl

📋 copy color: '#09292E'

red 9 ◦ green 41 ◦ blue 46

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

Shades of Black Pearl #09292E

Tints of Black Pearl #09292E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 42.71%

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

R = 9.38%
G = 42.71%
B = 47.92%

CMYK

 C value IS 0.80

 M value IS 0.11

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#09292E (or 0x09292E) is known color: Black Pearl. HEX triplet: 09, 29 and 2E. RGB value is (9,41,46). Sum of RGB (Red+Green+Blue) = 9+41+46=96 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.38% from 96); Green value is 41 (16.41% from 255 or 42.71% from 96); Blue value is 46 (18.36% from 255 or 47.92% from 96); Max value from RGB is 46 - color contains mainly: blue. Hex color #09292E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09292E is #F6D6D1. Grayscale: #1F1F1F. Windows color (decimal): -16176850 or 3025161. OLE color: 3025161.

HSL color Cylindrical-coordinate representation of color #09292E: hue angle of 188.11º 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 #09292E is Cyan = 0.80, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 9 41 46 -
CMYK 0.80 0.11 0 0.82
HSL 188.11º 0.67% 0.11% -
HSV(B) 188.11º 0.8% 0.18% -
XYZ 1.4 1.84 2.87 -
YUV 32 135.9 111.59 -
System Red Green Blue C M Y K H S L
Decimal 9 41 46 0.80 0.11 0 0.82 188.11 0.67 0.11
Hex 9 29 2E 50 B 0 52 BC 43 B
Octal 11 51 56 120 13 0 122 274 103 13
Binary 1001 101001 101110 1010000 1011 0 1010010 10111100 1000011 1011

Color Harmonies of #09292E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09292E

Black with #09292E

Text Example


Text Example

White with #09292E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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