Html Css Color HEX #092429 Black Pearl

📋 copy color: '#092429'

red 9 ◦ green 36 ◦ blue 41

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

Shades of Black Pearl #092429

Tints of Black Pearl #092429

RGB

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

 GREEN value IS 36 (14.45% from 255) = 41.86%

 BLUE value IS 41 (16.41% from 255) = 47.67%

R = 10.47%
G = 41.86%
B = 47.67%

CMYK

 C value IS 0.78

 M value IS 0.12

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#092429 (or 0x092429) is known color: Black Pearl. HEX triplet: 09, 24 and 29. RGB value is (9,36,41). Sum of RGB (Red+Green+Blue) = 9+36+41=86 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.47% from 86); Green value is 36 (14.45% from 255 or 41.86% from 86); Blue value is 41 (16.41% from 255 or 47.67% from 86); Max value from RGB is 41 - color contains mainly: blue. Hex color #092429 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092429 is #F6DBD6. Grayscale: #1C1C1C. Windows color (decimal): -16178135 or 2696201. OLE color: 2696201.

HSL color Cylindrical-coordinate representation of color #092429: hue angle of 189.38º degrees, saturation: 0.64, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #092429 is Cyan = 0.78, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 9 36 41 -
CMYK 0.78 0.12 0 0.84
HSL 189.38º 0.64% 0.1% -
HSV(B) 189.38º 0.78% 0.16% -
XYZ 1.14 1.48 2.32 -
YUV 28.5 135.05 114.09 -
System Red Green Blue C M Y K H S L
Decimal 9 36 41 0.78 0.12 0 0.84 189.38 0.64 0.1
Hex 9 24 29 4E C 0 54 BD 40 A
Octal 11 44 51 116 14 0 124 275 100 12
Binary 1001 100100 101001 1001110 1100 0 1010100 10111101 1000000 1010

Color Harmonies of #092429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092429

Black with #092429

Text Example


Text Example

White with #092429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092429; }

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

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

background-color css

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

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

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

border-color css

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

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

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