Html Css Color HEX #350246 Blackcurrant

📋 copy color: '#350246'

red 53 ◦ green 2 ◦ blue 70

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

Shades of Blackcurrant #350246

Tints of Blackcurrant #350246

RGB

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

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

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

R = 42.4%
G = 1.6%
B = 56%

CMYK

 C value IS 0.24

 M value IS 0.97

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#350246 (or 0x350246) is known color: Blackcurrant. HEX triplet: 35, 02 and 46. RGB value is (53,2,70). Sum of RGB (Red+Green+Blue) = 53+2+70=125 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.4% from 125); Green value is 2 (1.17% from 255 or 1.6% from 125); Blue value is 70 (27.73% from 255 or 56% from 125); Max value from RGB is 70 - color contains mainly: blue. Hex color #350246 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350246 is #CAFDB9. Grayscale: #181818. Windows color (decimal): -13303226 or 4588085. OLE color: 4588085.

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

Color convert

RGB 53 2 70 -
CMYK 0.24 0.97 0 0.73
HSL 285º 0.94% 0.14% -
HSV(B) 285º 0.97% 0.27% -
XYZ 2.6 1.24 5.9 -
YUV 25 153.4 147.97 -
System Red Green Blue C M Y K H S L
Decimal 53 2 70 0.24 0.97 0 0.73 285 0.94 0.14
Hex 35 2 46 18 61 0 49 11D 5E E
Octal 65 2 106 30 141 0 111 435 136 16
Binary 110101 10 1000110 11000 1100001 0 1001001 100011101 1011110 1110

Color Harmonies of #350246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350246

Black with #350246

Text Example


Text Example

White with #350246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350246; }

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

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

background-color css

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

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

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

border-color css

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

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

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