Html Css Color HEX #35203D Blackcurrant

📋 copy color: '#35203D'

red 53 ◦ green 32 ◦ blue 61

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

Shades of Blackcurrant #35203D

Tints of Blackcurrant #35203D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 21.92%

 BLUE value IS 61 (24.22% from 255) = 41.78%

R = 36.3%
G = 21.92%
B = 41.78%

CMYK

 C value IS 0.13

 M value IS 0.48

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#35203D (or 0x35203D) is known color: Blackcurrant. HEX triplet: 35, 20 and 3D. RGB value is (53,32,61). Sum of RGB (Red+Green+Blue) = 53+32+61=146 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.30% from 146); Green value is 32 (12.89% from 255 or 21.92% from 146); Blue value is 61 (24.22% from 255 or 41.78% from 146); Max value from RGB is 61 - color contains mainly: blue. Hex color #35203D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35203D is #CADFC2. Grayscale: #292929. Windows color (decimal): -13295555 or 4005941. OLE color: 4005941.

HSL color Cylindrical-coordinate representation of color #35203D: hue angle of 283.45º degrees, saturation: 0.31, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #35203D is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 53 32 61 -
CMYK 0.13 0.48 0 0.76
HSL 283.45º 0.31% 0.18% -
HSV(B) 283.45º 0.48% 0.24% -
XYZ 2.83 2.13 4.68 -
YUV 41.59 138.96 136.14 -
System Red Green Blue C M Y K H S L
Decimal 53 32 61 0.13 0.48 0 0.76 283.45 0.31 0.18
Hex 35 20 3D D 30 0 4C 11B 1F 12
Octal 65 40 75 15 60 0 114 433 37 22
Binary 110101 100000 111101 1101 110000 0 1001100 100011011 11111 10010

Color Harmonies of #35203D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35203D

Black with #35203D

Text Example


Text Example

White with #35203D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,32,61); }

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

background-color css

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

 a { background-color: rgb(53,32,61); }

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

border-color css

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

 span { border-color: rgb(53,32,61); }

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