Html Css Color HEX #35104A Blackcurrant

📋 copy color: '#35104A'

red 53 ◦ green 16 ◦ blue 74

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

Shades of Blackcurrant #35104A

Tints of Blackcurrant #35104A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.19%

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

R = 37.06%
G = 11.19%
B = 51.75%

CMYK

 C value IS 0.28

 M value IS 0.78

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#35104A (or 0x35104A) is known color: Blackcurrant. HEX triplet: 35, 10 and 4A. RGB value is (53,16,74). Sum of RGB (Red+Green+Blue) = 53+16+74=143 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.06% from 143); Green value is 16 (6.64% from 255 or 11.19% from 143); Blue value is 74 (29.30% from 255 or 51.75% from 143); Max value from RGB is 74 - color contains mainly: blue. Hex color #35104A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35104A is #CAEFB5. Grayscale: #212121. Windows color (decimal): -13299638 or 4853813. OLE color: 4853813.

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

Color convert

RGB 53 16 74 -
CMYK 0.28 0.78 0 0.71
HSL 278.28º 0.64% 0.18% -
HSV(B) 278.28º 0.78% 0.29% -
XYZ 2.89 1.62 6.64 -
YUV 33.68 150.76 141.78 -
System Red Green Blue C M Y K H S L
Decimal 53 16 74 0.28 0.78 0 0.71 278.28 0.64 0.18
Hex 35 10 4A 1C 4E 0 47 116 40 12
Octal 65 20 112 34 116 0 107 426 100 22
Binary 110101 10000 1001010 11100 1001110 0 1000111 100010110 1000000 10010

Color Harmonies of #35104A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35104A

Black with #35104A

Text Example


Text Example

White with #35104A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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