Html Css Color HEX #35044D Blackcurrant

📋 copy color: '#35044D'

red 53 ◦ green 4 ◦ blue 77

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

Shades of Blackcurrant #35044D

Tints of Blackcurrant #35044D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.99%

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

R = 39.55%
G = 2.99%
B = 57.46%

CMYK

 C value IS 0.31

 M value IS 0.95

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#35044D (or 0x35044D) is known color: Blackcurrant. HEX triplet: 35, 04 and 4D. RGB value is (53,4,77). Sum of RGB (Red+Green+Blue) = 53+4+77=134 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.55% from 134); Green value is 4 (1.95% from 255 or 2.99% from 134); Blue value is 77 (30.47% from 255 or 57.46% from 134); Max value from RGB is 77 - color contains mainly: blue. Hex color #35044D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35044D is #CAFBB2. Grayscale: #1A1A1A. Windows color (decimal): -13302707 or 5047349. OLE color: 5047349.

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

Color convert

RGB 53 4 77 -
CMYK 0.31 0.95 0 0.70
HSL 280.27º 0.9% 0.16% -
HSV(B) 280.27º 0.95% 0.3% -
XYZ 2.85 1.38 7.14 -
YUV 26.97 156.23 146.56 -
System Red Green Blue C M Y K H S L
Decimal 53 4 77 0.31 0.95 0 0.70 280.27 0.9 0.16
Hex 35 4 4D 1F 5F 0 46 118 5A 10
Octal 65 4 115 37 137 0 106 430 132 20
Binary 110101 100 1001101 11111 1011111 0 1000110 100011000 1011010 10000

Color Harmonies of #35044D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35044D

Black with #35044D

Text Example


Text Example

White with #35044D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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