Html Css Color HEX #350341 Blackcurrant

📋 copy color: '#350341'

red 53 ◦ green 3 ◦ blue 65

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

Shades of Blackcurrant #350341

Tints of Blackcurrant #350341

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.48%

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

R = 43.8%
G = 2.48%
B = 53.72%

CMYK

 C value IS 0.18

 M value IS 0.95

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#350341 (or 0x350341) is known color: Blackcurrant. HEX triplet: 35, 03 and 41. RGB value is (53,3,65). Sum of RGB (Red+Green+Blue) = 53+3+65=121 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.80% from 121); Green value is 3 (1.56% from 255 or 2.48% from 121); Blue value is 65 (25.78% from 255 or 53.72% from 121); Max value from RGB is 65 - color contains mainly: blue. Hex color #350341 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350341 is #CAFCBE. Grayscale: #181818. Windows color (decimal): -13302975 or 4260661. OLE color: 4260661.

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

Color convert

RGB 53 3 65 -
CMYK 0.18 0.95 0 0.75
HSL 288.39º 0.91% 0.13% -
HSV(B) 288.39º 0.95% 0.25% -
XYZ 2.45 1.2 5.1 -
YUV 25.02 150.57 147.96 -
System Red Green Blue C M Y K H S L
Decimal 53 3 65 0.18 0.95 0 0.75 288.39 0.91 0.13
Hex 35 3 41 12 5F 0 4B 120 5B D
Octal 65 3 101 22 137 0 113 440 133 15
Binary 110101 11 1000001 10010 1011111 0 1001011 100100000 1011011 1101

Color Harmonies of #350341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350341

Black with #350341

Text Example


Text Example

White with #350341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350341; }

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

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

background-color css

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

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

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

border-color css

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

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

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