Html Css Color HEX #350D54 Blackcurrant

📋 copy color: '#350D54'

red 53 ◦ green 13 ◦ blue 84

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

Shades of Blackcurrant #350D54

Tints of Blackcurrant #350D54

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.67%

 BLUE value IS 84 (33.2% from 255) = 56%

R = 35.33%
G = 8.67%
B = 56%

CMYK

 C value IS 0.37

 M value IS 0.85

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#350D54 (or 0x350D54) is known color: Blackcurrant. HEX triplet: 35, 0D and 54. RGB value is (53,13,84). Sum of RGB (Red+Green+Blue) = 53+13+84=150 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.33% from 150); Green value is 13 (5.47% from 255 or 8.67% from 150); Blue value is 84 (33.20% from 255 or 56% from 150); Max value from RGB is 84 - color contains mainly: blue. Hex color #350D54 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350D54 is #CAF2AB. Grayscale: #202020. Windows color (decimal): -13300396 or 5508405. OLE color: 5508405.

HSL color Cylindrical-coordinate representation of color #350D54: hue angle of 273.8º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #350D54 is Cyan = 0.37, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 53 13 84 -
CMYK 0.37 0.85 0 0.67
HSL 273.8º 0.73% 0.19% -
HSV(B) 273.8º 0.85% 0.33% -
XYZ 3.21 1.68 8.54 -
YUV 33.05 156.75 142.23 -
System Red Green Blue C M Y K H S L
Decimal 53 13 84 0.37 0.85 0 0.67 273.8 0.73 0.19
Hex 35 D 54 25 55 0 43 112 49 13
Octal 65 15 124 45 125 0 103 422 111 23
Binary 110101 1101 1010100 100101 1010101 0 1000011 100010010 1001001 10011

Color Harmonies of #350D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350D54

Black with #350D54

Text Example


Text Example

White with #350D54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,13,84); }

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

background-color css

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

 a { background-color: rgb(53,13,84); }

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

border-color css

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

 span { border-color: rgb(53,13,84); }

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