Html Css Color HEX #35134D Blackcurrant

📋 copy color: '#35134D'

red 53 ◦ green 19 ◦ blue 77

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

Shades of Blackcurrant #35134D

Tints of Blackcurrant #35134D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.75%

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

R = 35.57%
G = 12.75%
B = 51.68%

CMYK

 C value IS 0.31

 M value IS 0.75

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#35134D (or 0x35134D) is known color: Blackcurrant. HEX triplet: 35, 13 and 4D. RGB value is (53,19,77). Sum of RGB (Red+Green+Blue) = 53+19+77=149 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.57% from 149); Green value is 19 (7.81% from 255 or 12.75% from 149); Blue value is 77 (30.47% from 255 or 51.68% from 149); Max value from RGB is 77 - color contains mainly: blue. Hex color #35134D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35134D is #CAECB2. Grayscale: #232323. Windows color (decimal): -13298867 or 5051189. OLE color: 5051189.

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

Color convert

RGB 53 19 77 -
CMYK 0.31 0.75 0 0.70
HSL 275.17º 0.6% 0.19% -
HSV(B) 275.17º 0.75% 0.3% -
XYZ 3.04 1.76 7.2 -
YUV 35.78 151.26 140.28 -
System Red Green Blue C M Y K H S L
Decimal 53 19 77 0.31 0.75 0 0.70 275.17 0.6 0.19
Hex 35 13 4D 1F 4B 0 46 113 3C 13
Octal 65 23 115 37 113 0 106 423 74 23
Binary 110101 10011 1001101 11111 1001011 0 1000110 100010011 111100 10011

Color Harmonies of #35134D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35134D

Black with #35134D

Text Example


Text Example

White with #35134D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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