Html Css Color HEX #35203F Blackcurrant

📋 copy color: '#35203F'

red 53 ◦ green 32 ◦ blue 63

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

Shades of Blackcurrant #35203F

Tints of Blackcurrant #35203F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 42.57%

R = 35.81%
G = 21.62%
B = 42.57%

CMYK

 C value IS 0.16

 M value IS 0.49

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#35203F (or 0x35203F) is known color: Blackcurrant. HEX triplet: 35, 20 and 3F. RGB value is (53,32,63). Sum of RGB (Red+Green+Blue) = 53+32+63=148 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.81% from 148); Green value is 32 (12.89% from 255 or 21.62% from 148); Blue value is 63 (25% from 255 or 42.57% from 148); Max value from RGB is 63 - color contains mainly: blue. Hex color #35203F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35203F is #CADFC0. Grayscale: #292929. Windows color (decimal): -13295553 or 4137013. OLE color: 4137013.

HSL color Cylindrical-coordinate representation of color #35203F: hue angle of 280.65º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #35203F is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 53 32 63 -
CMYK 0.16 0.49 0 0.75
HSL 280.65º 0.33% 0.19% -
HSV(B) 280.65º 0.49% 0.25% -
XYZ 2.88 2.15 4.97 -
YUV 41.81 139.96 135.98 -
System Red Green Blue C M Y K H S L
Decimal 53 32 63 0.16 0.49 0 0.75 280.65 0.33 0.19
Hex 35 20 3F 10 31 0 4B 119 21 13
Octal 65 40 77 20 61 0 113 431 41 23
Binary 110101 100000 111111 10000 110001 0 1001011 100011001 100001 10011

Color Harmonies of #35203F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35203F

Black with #35203F

Text Example


Text Example

White with #35203F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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