Html Css Color HEX #092635 Black Pearl

📋 copy color: '#092635'

red 9 ◦ green 38 ◦ blue 53

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

Shades of Black Pearl #092635

Tints of Black Pearl #092635

RGB

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

 GREEN value IS 38 (15.23% from 255) = 38%

 BLUE value IS 53 (21.09% from 255) = 53%

R = 9%
G = 38%
B = 53%

CMYK

 C value IS 0.83

 M value IS 0.28

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#092635 (or 0x092635) is known color: Black Pearl. HEX triplet: 09, 26 and 35. RGB value is (9,38,53). Sum of RGB (Red+Green+Blue) = 9+38+53=100 (13% of max value = 765). Red value is 9 (3.91% from 255 or 9% from 100); Green value is 38 (15.23% from 255 or 38% from 100); Blue value is 53 (21.09% from 255 or 53% from 100); Max value from RGB is 53 - color contains mainly: blue. Hex color #092635 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092635 is #F6D9CA. Grayscale: #1E1E1E. Windows color (decimal): -16177611 or 3483145. OLE color: 3483145.

HSL color Cylindrical-coordinate representation of color #092635: hue angle of 200.45º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #092635 is Cyan = 0.83, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 9 38 53 -
CMYK 0.83 0.28 0 0.79
HSL 200.45º 0.71% 0.12% -
HSV(B) 200.45º 0.83% 0.21% -
XYZ 1.45 1.7 3.62 -
YUV 31.04 140.39 112.28 -
System Red Green Blue C M Y K H S L
Decimal 9 38 53 0.83 0.28 0 0.79 200.45 0.71 0.12
Hex 9 26 35 53 1C 0 4F C8 47 C
Octal 11 46 65 123 34 0 117 310 107 14
Binary 1001 100110 110101 1010011 11100 0 1001111 11001000 1000111 1100

Color Harmonies of #092635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092635

Black with #092635

Text Example


Text Example

White with #092635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092635; }

 p { color: rgb(9,38,53); }

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

background-color css

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

 a { background-color: rgb(9,38,53); }

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

border-color css

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

 span { border-color: rgb(9,38,53); }

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