Html Css Color HEX #35034D Blackcurrant

📋 copy color: '#35034D'

red 53 ◦ green 3 ◦ blue 77

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

Shades of Blackcurrant #35034D

Tints of Blackcurrant #35034D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.26%

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

R = 39.85%
G = 2.26%
B = 57.89%

CMYK

 C value IS 0.31

 M value IS 0.96

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#35034D (or 0x35034D) is known color: Blackcurrant. HEX triplet: 35, 03 and 4D. RGB value is (53,3,77). Sum of RGB (Red+Green+Blue) = 53+3+77=133 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.85% from 133); Green value is 3 (1.56% from 255 or 2.26% from 133); Blue value is 77 (30.47% from 255 or 57.89% from 133); Max value from RGB is 77 - color contains mainly: blue. Hex color #35034D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35034D is #CAFCB2. Grayscale: #1A1A1A. Windows color (decimal): -13302963 or 5047093. OLE color: 5047093.

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

Color convert

RGB 53 3 77 -
CMYK 0.31 0.96 0 0.70
HSL 280.54º 0.93% 0.16% -
HSV(B) 280.54º 0.96% 0.3% -
XYZ 2.84 1.36 7.13 -
YUV 26.39 156.57 146.98 -
System Red Green Blue C M Y K H S L
Decimal 53 3 77 0.31 0.96 0 0.70 280.54 0.93 0.16
Hex 35 3 4D 1F 60 0 46 119 5C 10
Octal 65 3 115 37 140 0 106 431 134 20
Binary 110101 11 1001101 11111 1100000 0 1000110 100011001 1011100 10000

Color Harmonies of #35034D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35034D

Black with #35034D

Text Example


Text Example

White with #35034D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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