Html Css Color HEX #09413B Cyprus

📋 copy color: '#09413B'

red 9 ◦ green 65 ◦ blue 59

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

Shades of Cyprus #09413B

Tints of Cyprus #09413B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 48.87%

 BLUE value IS 59 (23.44% from 255) = 44.36%

R = 6.77%
G = 48.87%
B = 44.36%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.09

 K value IS 0.75

RGB Variations

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

Color information

#09413B (or 0x09413B) is known color: Cyprus. HEX triplet: 09, 41 and 3B. RGB value is (9,65,59). Sum of RGB (Red+Green+Blue) = 9+65+59=133 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.77% from 133); Green value is 65 (25.78% from 255 or 48.87% from 133); Blue value is 59 (23.44% from 255 or 44.36% from 133); Max value from RGB is 65 - color contains mainly: green. Hex color #09413B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09413B is #F6BEC4. Grayscale: #2F2F2F. Windows color (decimal): -16170693 or 3883273. OLE color: 3883273.

HSL color Cylindrical-coordinate representation of color #09413B: hue angle of 173.57º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #09413B is Cyan = 0.86, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.75.

Color convert

RGB 9 65 59 -
CMYK 0.86 0 0.09 0.75
HSL 173.57º 0.76% 0.15% -
HSV(B) 173.57º 0.86% 0.25% -
XYZ 2.79 4.15 4.79 -
YUV 47.57 134.45 100.49 -
System Red Green Blue C M Y K H S L
Decimal 9 65 59 0.86 0 0.09 0.75 173.57 0.76 0.15
Hex 9 41 3B 56 0 9 4B AE 4C F
Octal 11 101 73 126 0 11 113 256 114 17
Binary 1001 1000001 111011 1010110 0 1001 1001011 10101110 1001100 1111

Color Harmonies of #09413B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09413B

Black with #09413B

Text Example


Text Example

White with #09413B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09413B; }

 p { color: rgb(9,65,59); }

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

background-color css

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

 a { background-color: rgb(9,65,59); }

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

border-color css

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

 span { border-color: rgb(9,65,59); }

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