Html Css Color HEX #350041 Blackcurrant

📋 copy color: '#350041'

red 53 ◦ green 0 ◦ blue 65

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

Shades of Blackcurrant #350041

Tints of Blackcurrant #350041

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 65 (25.78% from 255) = 55.08%

R = 44.92%
G = 0%
B = 55.08%

CMYK

 C value IS 0.18

 M value IS 1

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#350041 (or 0x350041) is known color: Blackcurrant. HEX triplet: 35, 00 and 41. RGB value is (53,0,65). Sum of RGB (Red+Green+Blue) = 53+0+65=118 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.92% from 118); Green value is 0 (0.39% from 255 or 0% from 118); Blue value is 65 (25.78% from 255 or 55.08% from 118); Max value from RGB is 65 - color contains mainly: blue. Hex color #350041 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350041 is #CAFFBE. Grayscale: #171717. Windows color (decimal): -13303743 or 4259893. OLE color: 4259893.

HSL color Cylindrical-coordinate representation of color #350041: hue angle of 288.92º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #350041 is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 53 0 65 -
CMYK 0.18 1 0 0.75
HSL 288.92º 1% 0.13% -
HSV(B) 288.92º 1% 0.25% -
XYZ 2.42 1.14 5.09 -
YUV 23.26 151.56 149.21 -
System Red Green Blue C M Y K H S L
Decimal 53 0 65 0.18 1 0 0.75 288.92 1 0.13
Hex 35 0 41 12 64 0 4B 121 64 D
Octal 65 0 101 22 144 0 113 441 144 15
Binary 110101 0 1000001 10010 1100100 0 1001011 100100001 1100100 1101

Color Harmonies of #350041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350041

Black with #350041

Text Example


Text Example

White with #350041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350041; }

 p { color: rgb(53,0,65); }

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

background-color css

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

 a { background-color: rgb(53,0,65); }

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

border-color css

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

 span { border-color: rgb(53,0,65); }

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