Html Css Color HEX #351041 Blackcurrant

📋 copy color: '#351041'

red 53 ◦ green 16 ◦ blue 65

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

Shades of Blackcurrant #351041

Tints of Blackcurrant #351041

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.94%

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

R = 39.55%
G = 11.94%
B = 48.51%

CMYK

 C value IS 0.18

 M value IS 0.75

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#351041 (or 0x351041) is known color: Blackcurrant. HEX triplet: 35, 10 and 41. RGB value is (53,16,65). Sum of RGB (Red+Green+Blue) = 53+16+65=134 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.55% from 134); Green value is 16 (6.64% from 255 or 11.94% from 134); Blue value is 65 (25.78% from 255 or 48.51% from 134); Max value from RGB is 65 - color contains mainly: blue. Hex color #351041 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351041 is #CAEFBE. Grayscale: #202020. Windows color (decimal): -13299647 or 4263989. OLE color: 4263989.

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

Color convert

RGB 53 16 65 -
CMYK 0.18 0.75 0 0.75
HSL 285.31º 0.6% 0.16% -
HSV(B) 285.31º 0.75% 0.25% -
XYZ 2.61 1.51 5.15 -
YUV 32.65 146.26 142.52 -
System Red Green Blue C M Y K H S L
Decimal 53 16 65 0.18 0.75 0 0.75 285.31 0.6 0.16
Hex 35 10 41 12 4B 0 4B 11D 3C 10
Octal 65 20 101 22 113 0 113 435 74 20
Binary 110101 10000 1000001 10010 1001011 0 1001011 100011101 111100 10000

Color Harmonies of #351041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351041

Black with #351041

Text Example


Text Example

White with #351041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351041; }

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

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

background-color css

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

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

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

border-color css

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

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

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