Html Css Color HEX #35114E Blackcurrant

📋 copy color: '#35114E'

red 53 ◦ green 17 ◦ blue 78

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

Shades of Blackcurrant #35114E

Tints of Blackcurrant #35114E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.49%

 BLUE value IS 78 (30.86% from 255) = 52.7%

R = 35.81%
G = 11.49%
B = 52.7%

CMYK

 C value IS 0.32

 M value IS 0.78

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#35114E (or 0x35114E) is known color: Blackcurrant. HEX triplet: 35, 11 and 4E. RGB value is (53,17,78). Sum of RGB (Red+Green+Blue) = 53+17+78=148 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.81% from 148); Green value is 17 (7.03% from 255 or 11.49% from 148); Blue value is 78 (30.86% from 255 or 52.70% from 148); Max value from RGB is 78 - color contains mainly: blue. Hex color #35114E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35114E is #CAEEB1. Grayscale: #222222. Windows color (decimal): -13299378 or 5116213. OLE color: 5116213.

HSL color Cylindrical-coordinate representation of color #35114E: hue angle of 275.41º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35114E is Cyan = 0.32, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 53 17 78 -
CMYK 0.32 0.78 0 0.69
HSL 275.41º 0.64% 0.19% -
HSV(B) 275.41º 0.78% 0.31% -
XYZ 3.04 1.71 7.38 -
YUV 34.72 152.43 141.04 -
System Red Green Blue C M Y K H S L
Decimal 53 17 78 0.32 0.78 0 0.69 275.41 0.64 0.19
Hex 35 11 4E 20 4E 0 45 113 40 13
Octal 65 21 116 40 116 0 105 423 100 23
Binary 110101 10001 1001110 100000 1001110 0 1000101 100010011 1000000 10011

Color Harmonies of #35114E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35114E

Black with #35114E

Text Example


Text Example

White with #35114E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35114E; }

 p { color: rgb(53,17,78); }

 H1.HeaderClassName
 {
   color: #35114E;
 }
 .AnyTagClassName
 {
   color: #35114E;
 }
</style>

background-color css

<style>
 a { background-color: #35114E; }

 a { background-color: rgb(53,17,78); }

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

border-color css

<style>
 span { border-color: #35114E; }

 span { border-color: rgb(53,17,78); }

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