Html Css Color HEX #35203E Blackcurrant

📋 copy color: '#35203E'

red 53 ◦ green 32 ◦ blue 62

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

Shades of Blackcurrant #35203E

Tints of Blackcurrant #35203E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 42.18%

R = 36.05%
G = 21.77%
B = 42.18%

CMYK

 C value IS 0.15

 M value IS 0.48

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#35203E (or 0x35203E) is known color: Blackcurrant. HEX triplet: 35, 20 and 3E. RGB value is (53,32,62). Sum of RGB (Red+Green+Blue) = 53+32+62=147 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.05% from 147); Green value is 32 (12.89% from 255 or 21.77% from 147); Blue value is 62 (24.61% from 255 or 42.18% from 147); Max value from RGB is 62 - color contains mainly: blue. Hex color #35203E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35203E is #CADFC1. Grayscale: #292929. Windows color (decimal): -13295554 or 4071477. OLE color: 4071477.

HSL color Cylindrical-coordinate representation of color #35203E: hue angle of 282º degrees, saturation: 0.32, 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 #35203E is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 53 32 62 -
CMYK 0.15 0.48 0 0.76
HSL 282º 0.32% 0.18% -
HSV(B) 282º 0.48% 0.24% -
XYZ 2.85 2.14 4.82 -
YUV 41.7 139.46 136.06 -
System Red Green Blue C M Y K H S L
Decimal 53 32 62 0.15 0.48 0 0.76 282 0.32 0.18
Hex 35 20 3E F 30 0 4C 11A 20 12
Octal 65 40 76 17 60 0 114 432 40 22
Binary 110101 100000 111110 1111 110000 0 1001100 100011010 100000 10010

Color Harmonies of #35203E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35203E

Black with #35203E

Text Example


Text Example

White with #35203E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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