Html Css Color HEX #38131D Temptress

📋 copy color: '#38131D'

red 56 ◦ green 19 ◦ blue 29

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

Shades of Temptress #38131D

Tints of Temptress #38131D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 27.88%

R = 53.85%
G = 18.27%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.48

 K value IS 0.78

RGB Variations

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

Color information

#38131D (or 0x38131D) is known color: Temptress. HEX triplet: 38, 13 and 1D. RGB value is (56,19,29). Sum of RGB (Red+Green+Blue) = 56+19+29=104 (13% of max value = 765). Red value is 56 (22.27% from 255 or 53.85% from 104); Green value is 19 (7.81% from 255 or 18.27% from 104); Blue value is 29 (11.72% from 255 or 27.88% from 104); Max value from RGB is 56 - color contains mainly: red. Hex color #38131D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38131D is #C7ECE2. Grayscale: #1F1F1F. Windows color (decimal): -13102307 or 1905464. OLE color: 1905464.

HSL color Cylindrical-coordinate representation of color #38131D: hue angle of 343.78º 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 #38131D is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 19 29 -
CMYK 0 0.66 0.48 0.78
HSL 343.78º 0.49% 0.15% -
HSV(B) 343.78º 0.66% 0.22% -
XYZ 2.09 1.4 1.32 -
YUV 31.2 126.76 145.69 -
System Red Green Blue C M Y K H S L
Decimal 56 19 29 0 0.66 0.48 0.78 343.78 0.49 0.15
Hex 38 13 1D 0 42 30 4E 158 31 F
Octal 70 23 35 0 102 60 116 530 61 17
Binary 111000 10011 11101 0 1000010 110000 1001110 101011000 110001 1111

Color Harmonies of #38131D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38131D

Black with #38131D

Text Example


Text Example

White with #38131D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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