Html Css Color HEX #35144D Blackcurrant

📋 copy color: '#35144D'

red 53 ◦ green 20 ◦ blue 77

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

Shades of Blackcurrant #35144D

Tints of Blackcurrant #35144D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.33%

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

R = 35.33%
G = 13.33%
B = 51.33%

CMYK

 C value IS 0.31

 M value IS 0.74

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#35144D (or 0x35144D) is known color: Blackcurrant. HEX triplet: 35, 14 and 4D. RGB value is (53,20,77). Sum of RGB (Red+Green+Blue) = 53+20+77=150 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.33% from 150); Green value is 20 (8.20% from 255 or 13.33% from 150); Blue value is 77 (30.47% from 255 or 51.33% from 150); Max value from RGB is 77 - color contains mainly: blue. Hex color #35144D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35144D is #CAEBB2. Grayscale: #242424. Windows color (decimal): -13298611 or 5051445. OLE color: 5051445.

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

Color convert

RGB 53 20 77 -
CMYK 0.31 0.74 0 0.70
HSL 274.74º 0.59% 0.19% -
HSV(B) 274.74º 0.74% 0.3% -
XYZ 3.06 1.79 7.21 -
YUV 36.37 150.93 139.87 -
System Red Green Blue C M Y K H S L
Decimal 53 20 77 0.31 0.74 0 0.70 274.74 0.59 0.19
Hex 35 14 4D 1F 4A 0 46 113 3B 13
Octal 65 24 115 37 112 0 106 423 73 23
Binary 110101 10100 1001101 11111 1001010 0 1000110 100010011 111011 10011

Color Harmonies of #35144D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35144D

Black with #35144D

Text Example


Text Example

White with #35144D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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