Html Css Color HEX #350C1B Temptress

📋 copy color: '#350C1B'

red 53 ◦ green 12 ◦ blue 27

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

Shades of Temptress #350C1B

Tints of Temptress #350C1B

RGB

 RED value IS 53 (21.09% from 255) = 57.61%

 GREEN value IS 12 (5.08% from 255) = 13.04%

 BLUE value IS 27 (10.94% from 255) = 29.35%

R = 57.61%
G = 13.04%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.49

 K value IS 0.79

RGB Variations

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

Color information

#350C1B (or 0x350C1B) is known color: Temptress. HEX triplet: 35, 0C and 1B. RGB value is (53,12,27). Sum of RGB (Red+Green+Blue) = 53+12+27=92 (12% of max value = 765). Red value is 53 (21.09% from 255 or 57.61% from 92); Green value is 12 (5.08% from 255 or 13.04% from 92); Blue value is 27 (10.94% from 255 or 29.35% from 92); Max value from RGB is 53 - color contains mainly: red. Hex color #350C1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350C1B is #CAF3E4. Grayscale: #191919. Windows color (decimal): -13300709 or 1772597. OLE color: 1772597.

HSL color Cylindrical-coordinate representation of color #350C1B: hue angle of 338.05º degrees, saturation: 0.63, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #350C1B is Cyan = 0, Magento = 0.77, Yellow = 0.49 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 12 27 -
CMYK 0 0.77 0.49 0.79
HSL 338.05º 0.63% 0.13% -
HSV(B) 338.05º 0.77% 0.21% -
XYZ 1.8 1.1 1.15 -
YUV 25.97 128.58 147.28 -
System Red Green Blue C M Y K H S L
Decimal 53 12 27 0 0.77 0.49 0.79 338.05 0.63 0.13
Hex 35 C 1B 0 4D 31 4F 152 3F D
Octal 65 14 33 0 115 61 117 522 77 15
Binary 110101 1100 11011 0 1001101 110001 1001111 101010010 111111 1101

Color Harmonies of #350C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350C1B

Black with #350C1B

Text Example


Text Example

White with #350C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350C1B; }

 p { color: rgb(53,12,27); }

 H1.HeaderClassName
 {
   color: #350C1B;
 }
 .AnyTagClassName
 {
   color: #350C1B;
 }
</style>

background-color css

<style>
 a { background-color: #350C1B; }

 a { background-color: rgb(53,12,27); }

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

border-color css

<style>
 span { border-color: #350C1B; }

 span { border-color: rgb(53,12,27); }

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