Html Css Color HEX #092529 Black Pearl

📋 copy color: '#092529'

red 9 ◦ green 37 ◦ blue 41

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

Shades of Black Pearl #092529

Tints of Black Pearl #092529

RGB

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

 GREEN value IS 37 (14.84% from 255) = 42.53%

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

R = 10.34%
G = 42.53%
B = 47.13%

CMYK

 C value IS 0.78

 M value IS 0.10

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#092529 (or 0x092529) is known color: Black Pearl. HEX triplet: 09, 25 and 29. RGB value is (9,37,41). Sum of RGB (Red+Green+Blue) = 9+37+41=87 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.34% from 87); Green value is 37 (14.84% from 255 or 42.53% from 87); Blue value is 41 (16.41% from 255 or 47.13% from 87); Max value from RGB is 41 - color contains mainly: blue. Hex color #092529 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092529 is #F6DAD6. Grayscale: #1D1D1D. Windows color (decimal): -16177879 or 2696457. OLE color: 2696457.

HSL color Cylindrical-coordinate representation of color #092529: hue angle of 187.5º 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 #092529 is Cyan = 0.78, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 9 37 41 -
CMYK 0.78 0.10 0 0.84
HSL 187.5º 0.64% 0.1% -
HSV(B) 187.5º 0.78% 0.16% -
XYZ 1.17 1.54 2.33 -
YUV 29.08 134.72 113.67 -
System Red Green Blue C M Y K H S L
Decimal 9 37 41 0.78 0.10 0 0.84 187.5 0.64 0.1
Hex 9 25 29 4E A 0 54 BC 40 A
Octal 11 45 51 116 12 0 124 274 100 12
Binary 1001 100101 101001 1001110 1010 0 1010100 10111100 1000000 1010

Color Harmonies of #092529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092529

Black with #092529

Text Example


Text Example

White with #092529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092529; }

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

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

background-color css

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

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

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

border-color css

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

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

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