Html Css Color HEX #350241 Blackcurrant

📋 copy color: '#350241'

red 53 ◦ green 2 ◦ blue 65

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

Shades of Blackcurrant #350241

Tints of Blackcurrant #350241

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.67%

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

R = 44.17%
G = 1.67%
B = 54.17%

CMYK

 C value IS 0.18

 M value IS 0.97

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#350241 (or 0x350241) is known color: Blackcurrant. HEX triplet: 35, 02 and 41. RGB value is (53,2,65). Sum of RGB (Red+Green+Blue) = 53+2+65=120 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.17% from 120); Green value is 2 (1.17% from 255 or 1.67% from 120); Blue value is 65 (25.78% from 255 or 54.17% from 120); Max value from RGB is 65 - color contains mainly: blue. Hex color #350241 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350241 is #CAFDBE. Grayscale: #181818. Windows color (decimal): -13303231 or 4260405. OLE color: 4260405.

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

Color convert

RGB 53 2 65 -
CMYK 0.18 0.97 0 0.75
HSL 288.57º 0.94% 0.13% -
HSV(B) 288.57º 0.97% 0.25% -
XYZ 2.44 1.18 5.1 -
YUV 24.43 150.9 148.38 -
System Red Green Blue C M Y K H S L
Decimal 53 2 65 0.18 0.97 0 0.75 288.57 0.94 0.13
Hex 35 2 41 12 61 0 4B 121 5E D
Octal 65 2 101 22 141 0 113 441 136 15
Binary 110101 10 1000001 10010 1100001 0 1001011 100100001 1011110 1101

Color Harmonies of #350241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350241

Black with #350241

Text Example


Text Example

White with #350241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350241; }

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

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

background-color css

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

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

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

border-color css

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

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

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