Html Css Color HEX #351241 Blackcurrant

📋 copy color: '#351241'

red 53 ◦ green 18 ◦ blue 65

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

Shades of Blackcurrant #351241

Tints of Blackcurrant #351241

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.24%

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

R = 38.97%
G = 13.24%
B = 47.79%

CMYK

 C value IS 0.18

 M value IS 0.72

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#351241 (or 0x351241) is known color: Blackcurrant. HEX triplet: 35, 12 and 41. RGB value is (53,18,65). Sum of RGB (Red+Green+Blue) = 53+18+65=136 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.97% from 136); Green value is 18 (7.42% from 255 or 13.24% from 136); Blue value is 65 (25.78% from 255 or 47.79% from 136); Max value from RGB is 65 - color contains mainly: blue. Hex color #351241 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351241 is #CAEDBE. Grayscale: #212121. Windows color (decimal): -13299135 or 4264501. OLE color: 4264501.

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

Color convert

RGB 53 18 65 -
CMYK 0.18 0.72 0 0.75
HSL 284.68º 0.57% 0.16% -
HSV(B) 284.68º 0.72% 0.25% -
XYZ 2.64 1.57 5.17 -
YUV 33.82 145.6 141.68 -
System Red Green Blue C M Y K H S L
Decimal 53 18 65 0.18 0.72 0 0.75 284.68 0.57 0.16
Hex 35 12 41 12 48 0 4B 11D 39 10
Octal 65 22 101 22 110 0 113 435 71 20
Binary 110101 10010 1000001 10010 1001000 0 1001011 100011101 111001 10000

Color Harmonies of #351241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351241

Black with #351241

Text Example


Text Example

White with #351241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351241; }

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

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

background-color css

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

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

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

border-color css

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

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

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