Html Css Color HEX #352D39 Blackcurrant

📋 copy color: '#352D39'

red 53 ◦ green 45 ◦ blue 57

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

Shades of Blackcurrant #352D39

Tints of Blackcurrant #352D39

RGB

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

 GREEN value IS 45 (17.97% from 255) = 29.03%

 BLUE value IS 57 (22.66% from 255) = 36.77%

R = 34.19%
G = 29.03%
B = 36.77%

CMYK

 C value IS 0.07

 M value IS 0.21

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#352D39 (or 0x352D39) is known color: Blackcurrant. HEX triplet: 35, 2D and 39. RGB value is (53,45,57). Sum of RGB (Red+Green+Blue) = 53+45+57=155 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.19% from 155); Green value is 45 (17.97% from 255 or 29.03% from 155); Blue value is 57 (22.66% from 255 or 36.77% from 155); Max value from RGB is 57 - color contains mainly: blue. Hex color #352D39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352D39 is #CAD2C6. Grayscale: #303030. Windows color (decimal): -13292231 or 3747125. OLE color: 3747125.

HSL color Cylindrical-coordinate representation of color #352D39: hue angle of 280º degrees, saturation: 0.12, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #352D39 is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 53 45 57 -
CMYK 0.07 0.21 0 0.78
HSL 280º 0.12% 0.2% -
HSV(B) 280º 0.21% 0.22% -
XYZ 3.15 2.93 4.27 -
YUV 48.76 132.65 131.02 -
System Red Green Blue C M Y K H S L
Decimal 53 45 57 0.07 0.21 0 0.78 280 0.12 0.2
Hex 35 2D 39 7 15 0 4E 118 C 14
Octal 65 55 71 7 25 0 116 430 14 24
Binary 110101 101101 111001 111 10101 0 1001110 100011000 1100 10100

Color Harmonies of #352D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352D39

Black with #352D39

Text Example


Text Example

White with #352D39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352D39; }

 p { color: rgb(53,45,57); }

 H1.HeaderClassName
 {
   color: #352D39;
 }
 .AnyTagClassName
 {
   color: #352D39;
 }
</style>

background-color css

<style>
 a { background-color: #352D39; }

 a { background-color: rgb(53,45,57); }

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

border-color css

<style>
 span { border-color: #352D39; }

 span { border-color: rgb(53,45,57); }

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