Html Css Color HEX #092130 Black Pearl

📋 copy color: '#092130'

red 9 ◦ green 33 ◦ blue 48

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

Shades of Black Pearl #092130

Tints of Black Pearl #092130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 53.33%

R = 10%
G = 36.67%
B = 53.33%

CMYK

 C value IS 0.81

 M value IS 0.31

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#092130 (or 0x092130) is known color: Black Pearl. HEX triplet: 09, 21 and 30. RGB value is (9,33,48). Sum of RGB (Red+Green+Blue) = 9+33+48=90 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10% from 90); Green value is 33 (13.28% from 255 or 36.67% from 90); Blue value is 48 (19.14% from 255 or 53.33% from 90); Max value from RGB is 48 - color contains mainly: blue. Hex color #092130 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092130 is #F6DECF. Grayscale: #1B1B1B. Windows color (decimal): -16178896 or 3154185. OLE color: 3154185.

HSL color Cylindrical-coordinate representation of color #092130: hue angle of 203.08º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #092130 is Cyan = 0.81, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 9 33 48 -
CMYK 0.81 0.31 0 0.81
HSL 203.08º 0.68% 0.11% -
HSV(B) 203.08º 0.81% 0.19% -
XYZ 1.19 1.36 3 -
YUV 27.53 139.55 114.78 -
System Red Green Blue C M Y K H S L
Decimal 9 33 48 0.81 0.31 0 0.81 203.08 0.68 0.11
Hex 9 21 30 51 1F 0 51 CB 44 B
Octal 11 41 60 121 37 0 121 313 104 13
Binary 1001 100001 110000 1010001 11111 0 1010001 11001011 1000100 1011

Color Harmonies of #092130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092130

Black with #092130

Text Example


Text Example

White with #092130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092130; }

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

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

background-color css

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

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

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

border-color css

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

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

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