Html Css Color HEX #370F1E Temptress

📋 copy color: '#370F1E'

red 55 ◦ green 15 ◦ blue 30

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

Shades of Temptress #370F1E

Tints of Temptress #370F1E

RGB

 RED value IS 55 (21.88% from 255) = 55%

 GREEN value IS 15 (6.25% from 255) = 15%

 BLUE value IS 30 (12.11% from 255) = 30%

R = 55%
G = 15%
B = 30%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.45

 K value IS 0.78

RGB Variations

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

Color information

#370F1E (or 0x370F1E) is known color: Temptress. HEX triplet: 37, 0F and 1E. RGB value is (55,15,30). Sum of RGB (Red+Green+Blue) = 55+15+30=100 (13% of max value = 765). Red value is 55 (21.88% from 255 or 55% from 100); Green value is 15 (6.25% from 255 or 15% from 100); Blue value is 30 (12.11% from 255 or 30% from 100); Max value from RGB is 55 - color contains mainly: red. Hex color #370F1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370F1E is #C8F0E1. Grayscale: #1C1C1C. Windows color (decimal): -13168866 or 1969975. OLE color: 1969975.

HSL color Cylindrical-coordinate representation of color #370F1E: hue angle of 337.5º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #370F1E is Cyan = 0, Magento = 0.73, Yellow = 0.45 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 15 30 -
CMYK 0 0.73 0.45 0.78
HSL 337.5º 0.57% 0.14% -
HSV(B) 337.5º 0.73% 0.22% -
XYZ 1.98 1.25 1.36 -
YUV 28.67 128.75 146.78 -
System Red Green Blue C M Y K H S L
Decimal 55 15 30 0 0.73 0.45 0.78 337.5 0.57 0.14
Hex 37 F 1E 0 49 2D 4E 152 39 E
Octal 67 17 36 0 111 55 116 522 71 16
Binary 110111 1111 11110 0 1001001 101101 1001110 101010010 111001 1110

Color Harmonies of #370F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370F1E

Black with #370F1E

Text Example


Text Example

White with #370F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370F1E; }

 p { color: rgb(55,15,30); }

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

background-color css

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

 a { background-color: rgb(55,15,30); }

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

border-color css

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

 span { border-color: rgb(55,15,30); }

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