Html Css Color HEX #35174A Blackcurrant

📋 copy color: '#35174A'

red 53 ◦ green 23 ◦ blue 74

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

Shades of Blackcurrant #35174A

Tints of Blackcurrant #35174A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.33%

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

R = 35.33%
G = 15.33%
B = 49.33%

CMYK

 C value IS 0.28

 M value IS 0.69

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#35174A (or 0x35174A) is known color: Blackcurrant. HEX triplet: 35, 17 and 4A. RGB value is (53,23,74). Sum of RGB (Red+Green+Blue) = 53+23+74=150 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.33% from 150); Green value is 23 (9.38% from 255 or 15.33% from 150); Blue value is 74 (29.30% from 255 or 49.33% from 150); Max value from RGB is 74 - color contains mainly: blue. Hex color #35174A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35174A is #CAE8B5. Grayscale: #252525. Windows color (decimal): -13297846 or 4855605. OLE color: 4855605.

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

Color convert

RGB 53 23 74 -
CMYK 0.28 0.69 0 0.71
HSL 275.29º 0.53% 0.19% -
HSV(B) 275.29º 0.69% 0.29% -
XYZ 3.01 1.86 6.68 -
YUV 37.78 148.44 138.85 -
System Red Green Blue C M Y K H S L
Decimal 53 23 74 0.28 0.69 0 0.71 275.29 0.53 0.19
Hex 35 17 4A 1C 45 0 47 113 35 13
Octal 65 27 112 34 105 0 107 423 65 23
Binary 110101 10111 1001010 11100 1000101 0 1000111 100010011 110101 10011

Color Harmonies of #35174A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35174A

Black with #35174A

Text Example


Text Example

White with #35174A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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