Html Css Color HEX #09383D Cyprus

📋 copy color: '#09383D'

red 9 ◦ green 56 ◦ blue 61

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

Shades of Cyprus #09383D

Tints of Cyprus #09383D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 44.44%

 BLUE value IS 61 (24.22% from 255) = 48.41%

R = 7.14%
G = 44.44%
B = 48.41%

CMYK

 C value IS 0.85

 M value IS 0.08

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#09383D (or 0x09383D) is known color: Cyprus. HEX triplet: 09, 38 and 3D. RGB value is (9,56,61). Sum of RGB (Red+Green+Blue) = 9+56+61=126 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.14% from 126); Green value is 56 (22.27% from 255 or 44.44% from 126); Blue value is 61 (24.22% from 255 or 48.41% from 126); Max value from RGB is 61 - color contains mainly: blue. Hex color #09383D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09383D is #F6C7C2. Grayscale: #2A2A2A. Windows color (decimal): -16172995 or 4012041. OLE color: 4012041.

HSL color Cylindrical-coordinate representation of color #09383D: hue angle of 185.77º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #09383D is Cyan = 0.85, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 9 56 61 -
CMYK 0.85 0.08 0 0.76
HSL 185.77º 0.74% 0.14% -
HSV(B) 185.77º 0.85% 0.24% -
XYZ 2.37 3.22 4.91 -
YUV 42.52 138.43 104.09 -
System Red Green Blue C M Y K H S L
Decimal 9 56 61 0.85 0.08 0 0.76 185.77 0.74 0.14
Hex 9 38 3D 55 8 0 4C BA 4A E
Octal 11 70 75 125 10 0 114 272 112 16
Binary 1001 111000 111101 1010101 1000 0 1001100 10111010 1001010 1110

Color Harmonies of #09383D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09383D

Black with #09383D

Text Example


Text Example

White with #09383D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09383D; }

 p { color: rgb(9,56,61); }

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

background-color css

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

 a { background-color: rgb(9,56,61); }

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

border-color css

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

 span { border-color: rgb(9,56,61); }

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