Html Css Color HEX #350A4E Blackcurrant

📋 copy color: '#350A4E'

red 53 ◦ green 10 ◦ blue 78

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

Shades of Blackcurrant #350A4E

Tints of Blackcurrant #350A4E

RGB

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

 GREEN value IS 10 (4.3% from 255) = 7.09%

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

R = 37.59%
G = 7.09%
B = 55.32%

CMYK

 C value IS 0.32

 M value IS 0.87

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#350A4E (or 0x350A4E) is known color: Blackcurrant. HEX triplet: 35, 0A and 4E. RGB value is (53,10,78). Sum of RGB (Red+Green+Blue) = 53+10+78=141 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.59% from 141); Green value is 10 (4.30% from 255 or 7.09% from 141); Blue value is 78 (30.86% from 255 or 55.32% from 141); Max value from RGB is 78 - color contains mainly: blue. Hex color #350A4E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350A4E is #CAF5B1. Grayscale: #1E1E1E. Windows color (decimal): -13301170 or 5114421. OLE color: 5114421.

HSL color Cylindrical-coordinate representation of color #350A4E: hue angle of 277.94º degrees, saturation: 0.77, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #350A4E is Cyan = 0.32, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 53 10 78 -
CMYK 0.32 0.87 0 0.69
HSL 277.94º 0.77% 0.17% -
HSV(B) 277.94º 0.87% 0.31% -
XYZ 2.95 1.52 7.35 -
YUV 30.61 154.75 143.97 -
System Red Green Blue C M Y K H S L
Decimal 53 10 78 0.32 0.87 0 0.69 277.94 0.77 0.17
Hex 35 A 4E 20 57 0 45 116 4D 11
Octal 65 12 116 40 127 0 105 426 115 21
Binary 110101 1010 1001110 100000 1010111 0 1000101 100010110 1001101 10001

Color Harmonies of #350A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350A4E

Black with #350A4E

Text Example


Text Example

White with #350A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350A4E; }

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

 H1.HeaderClassName
 {
   color: #350A4E;
 }
 .AnyTagClassName
 {
   color: #350A4E;
 }
</style>

background-color css

<style>
 a { background-color: #350A4E; }

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

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

border-color css

<style>
 span { border-color: #350A4E; }

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

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