Html Css Color HEX #35024D Blackcurrant

📋 copy color: '#35024D'

red 53 ◦ green 2 ◦ blue 77

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

Shades of Blackcurrant #35024D

Tints of Blackcurrant #35024D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.52%

 BLUE value IS 77 (30.47% from 255) = 58.33%

R = 40.15%
G = 1.52%
B = 58.33%

CMYK

 C value IS 0.31

 M value IS 0.97

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#35024D (or 0x35024D) is known color: Blackcurrant. HEX triplet: 35, 02 and 4D. RGB value is (53,2,77). Sum of RGB (Red+Green+Blue) = 53+2+77=132 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.15% from 132); Green value is 2 (1.17% from 255 or 1.52% from 132); Blue value is 77 (30.47% from 255 or 58.33% from 132); Max value from RGB is 77 - color contains mainly: blue. Hex color #35024D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35024D is #CAFDB2. Grayscale: #191919. Windows color (decimal): -13303219 or 5046837. OLE color: 5046837.

HSL color Cylindrical-coordinate representation of color #35024D: hue angle of 280.8º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #35024D is Cyan = 0.31, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 53 2 77 -
CMYK 0.31 0.97 0 0.70
HSL 280.8º 0.95% 0.15% -
HSV(B) 280.8º 0.97% 0.3% -
XYZ 2.83 1.34 7.13 -
YUV 25.8 156.9 147.4 -
System Red Green Blue C M Y K H S L
Decimal 53 2 77 0.31 0.97 0 0.70 280.8 0.95 0.15
Hex 35 2 4D 1F 61 0 46 119 5F F
Octal 65 2 115 37 141 0 106 431 137 17
Binary 110101 10 1001101 11111 1100001 0 1000110 100011001 1011111 1111

Color Harmonies of #35024D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35024D

Black with #35024D

Text Example


Text Example

White with #35024D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,2,77); }

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

background-color css

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

 a { background-color: rgb(53,2,77); }

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

border-color css

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

 span { border-color: rgb(53,2,77); }

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