Html Css Color HEX #07383D Cyprus

📋 copy color: '#07383D'

red 7 ◦ green 56 ◦ blue 61

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

Shades of Cyprus #07383D

Tints of Cyprus #07383D

RGB

 RED value IS 7 (3.13% from 255) = 5.65%

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

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

R = 5.65%
G = 45.16%
B = 49.19%

CMYK

 C value IS 0.89

 M value IS 0.08

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#07383D (or 0x07383D) is known color: Cyprus. HEX triplet: 07, 38 and 3D. RGB value is (7,56,61). Sum of RGB (Red+Green+Blue) = 7+56+61=124 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.65% from 124); Green value is 56 (22.27% from 255 or 45.16% from 124); Blue value is 61 (24.22% from 255 or 49.19% from 124); Max value from RGB is 61 - color contains mainly: blue. Hex color #07383D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07383D is #F8C7C2. Grayscale: #292929. Windows color (decimal): -16304067 or 4012039. OLE color: 4012039.

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

Color convert

RGB 7 56 61 -
CMYK 0.89 0.08 0 0.76
HSL 185.56º 0.79% 0.13% -
HSV(B) 185.56º 0.89% 0.24% -
XYZ 2.34 3.21 4.91 -
YUV 41.92 138.77 103.09 -
System Red Green Blue C M Y K H S L
Decimal 7 56 61 0.89 0.08 0 0.76 185.56 0.79 0.13
Hex 7 38 3D 59 8 0 4C BA 4F D
Octal 7 70 75 131 10 0 114 272 117 15
Binary 111 111000 111101 1011001 1000 0 1001100 10111010 1001111 1101

Color Harmonies of #07383D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07383D

Black with #07383D

Text Example


Text Example

White with #07383D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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