Html Css Color HEX #35044A Blackcurrant

📋 copy color: '#35044A'

red 53 ◦ green 4 ◦ blue 74

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

Shades of Blackcurrant #35044A

Tints of Blackcurrant #35044A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 56.49%

R = 40.46%
G = 3.05%
B = 56.49%

CMYK

 C value IS 0.28

 M value IS 0.95

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#35044A (or 0x35044A) is known color: Blackcurrant. HEX triplet: 35, 04 and 4A. RGB value is (53,4,74). Sum of RGB (Red+Green+Blue) = 53+4+74=131 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.46% from 131); Green value is 4 (1.95% from 255 or 3.05% from 131); Blue value is 74 (29.30% from 255 or 56.49% from 131); Max value from RGB is 74 - color contains mainly: blue. Hex color #35044A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35044A is #CAFBB5. Grayscale: #1A1A1A. Windows color (decimal): -13302710 or 4850741. OLE color: 4850741.

HSL color Cylindrical-coordinate representation of color #35044A: hue angle of 282º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #35044A is Cyan = 0.28, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 53 4 74 -
CMYK 0.28 0.95 0 0.71
HSL 282º 0.9% 0.15% -
HSV(B) 282º 0.95% 0.29% -
XYZ 2.75 1.34 6.59 -
YUV 26.63 154.73 146.81 -
System Red Green Blue C M Y K H S L
Decimal 53 4 74 0.28 0.95 0 0.71 282 0.9 0.15
Hex 35 4 4A 1C 5F 0 47 11A 5A F
Octal 65 4 112 34 137 0 107 432 132 17
Binary 110101 100 1001010 11100 1011111 0 1000111 100011010 1011010 1111

Color Harmonies of #35044A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35044A

Black with #35044A

Text Example


Text Example

White with #35044A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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