Html Css Color HEX #38131F Temptress

📋 copy color: '#38131F'

red 56 ◦ green 19 ◦ blue 31

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

Shades of Temptress #38131F

Tints of Temptress #38131F

RGB

 RED value IS 56 (22.27% from 255) = 52.83%

 GREEN value IS 19 (7.81% from 255) = 17.92%

 BLUE value IS 31 (12.5% from 255) = 29.25%

R = 52.83%
G = 17.92%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.45

 K value IS 0.78

RGB Variations

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

Color information

#38131F (or 0x38131F) is known color: Temptress. HEX triplet: 38, 13 and 1F. RGB value is (56,19,31). Sum of RGB (Red+Green+Blue) = 56+19+31=106 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.83% from 106); Green value is 19 (7.81% from 255 or 17.92% from 106); Blue value is 31 (12.5% from 255 or 29.25% from 106); Max value from RGB is 56 - color contains mainly: red. Hex color #38131F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38131F is #C7ECE0. Grayscale: #1F1F1F. Windows color (decimal): -13102305 or 2036536. OLE color: 2036536.

HSL color Cylindrical-coordinate representation of color #38131F: hue angle of 340.54º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #38131F is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 19 31 -
CMYK 0 0.66 0.45 0.78
HSL 340.54º 0.49% 0.15% -
HSV(B) 340.54º 0.66% 0.22% -
XYZ 2.11 1.41 1.46 -
YUV 31.43 127.76 145.52 -
System Red Green Blue C M Y K H S L
Decimal 56 19 31 0 0.66 0.45 0.78 340.54 0.49 0.15
Hex 38 13 1F 0 42 2D 4E 155 31 F
Octal 70 23 37 0 102 55 116 525 61 17
Binary 111000 10011 11111 0 1000010 101101 1001110 101010101 110001 1111

Color Harmonies of #38131F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38131F

Black with #38131F

Text Example


Text Example

White with #38131F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38131F; }

 p { color: rgb(56,19,31); }

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

background-color css

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

 a { background-color: rgb(56,19,31); }

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

border-color css

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

 span { border-color: rgb(56,19,31); }

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