Html Css Color HEX #351046 Blackcurrant

📋 copy color: '#351046'

red 53 ◦ green 16 ◦ blue 70

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

Shades of Blackcurrant #351046

Tints of Blackcurrant #351046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 50.36%

R = 38.13%
G = 11.51%
B = 50.36%

CMYK

 C value IS 0.24

 M value IS 0.77

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#351046 (or 0x351046) is known color: Blackcurrant. HEX triplet: 35, 10 and 46. RGB value is (53,16,70). Sum of RGB (Red+Green+Blue) = 53+16+70=139 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.13% from 139); Green value is 16 (6.64% from 255 or 11.51% from 139); Blue value is 70 (27.73% from 255 or 50.36% from 139); Max value from RGB is 70 - color contains mainly: blue. Hex color #351046 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351046 is #CAEFB9. Grayscale: #212121. Windows color (decimal): -13299642 or 4591669. OLE color: 4591669.

HSL color Cylindrical-coordinate representation of color #351046: hue angle of 281.11º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #351046 is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 53 16 70 -
CMYK 0.24 0.77 0 0.73
HSL 281.11º 0.63% 0.17% -
HSV(B) 281.11º 0.77% 0.27% -
XYZ 2.76 1.57 5.95 -
YUV 33.22 148.76 142.11 -
System Red Green Blue C M Y K H S L
Decimal 53 16 70 0.24 0.77 0 0.73 281.11 0.63 0.17
Hex 35 10 46 18 4D 0 49 119 3F 11
Octal 65 20 106 30 115 0 111 431 77 21
Binary 110101 10000 1000110 11000 1001101 0 1001001 100011001 111111 10001

Color Harmonies of #351046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351046

Black with #351046

Text Example


Text Example

White with #351046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351046; }

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

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

background-color css

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

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

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

border-color css

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

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

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