Html Css Color HEX #350849 Blackcurrant

📋 copy color: '#350849'

red 53 ◦ green 8 ◦ blue 73

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

Shades of Blackcurrant #350849

Tints of Blackcurrant #350849

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.97%

 BLUE value IS 73 (28.91% from 255) = 54.48%

R = 39.55%
G = 5.97%
B = 54.48%

CMYK

 C value IS 0.27

 M value IS 0.89

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#350849 (or 0x350849) is known color: Blackcurrant. HEX triplet: 35, 08 and 49. RGB value is (53,8,73). Sum of RGB (Red+Green+Blue) = 53+8+73=134 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.55% from 134); Green value is 8 (3.52% from 255 or 5.97% from 134); Blue value is 73 (28.91% from 255 or 54.48% from 134); Max value from RGB is 73 - color contains mainly: blue. Hex color #350849 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350849 is #CAF7B6. Grayscale: #1C1C1C. Windows color (decimal): -13301687 or 4786229. OLE color: 4786229.

HSL color Cylindrical-coordinate representation of color #350849: hue angle of 281.54º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #350849 is Cyan = 0.27, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 53 8 73 -
CMYK 0.27 0.89 0 0.71
HSL 281.54º 0.8% 0.16% -
HSV(B) 281.54º 0.89% 0.29% -
XYZ 2.76 1.41 6.43 -
YUV 28.87 152.91 145.21 -
System Red Green Blue C M Y K H S L
Decimal 53 8 73 0.27 0.89 0 0.71 281.54 0.8 0.16
Hex 35 8 49 1B 59 0 47 11A 50 10
Octal 65 10 111 33 131 0 107 432 120 20
Binary 110101 1000 1001001 11011 1011001 0 1000111 100011010 1010000 10000

Color Harmonies of #350849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350849

Black with #350849

Text Example


Text Example

White with #350849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350849; }

 p { color: rgb(53,8,73); }

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

background-color css

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

 a { background-color: rgb(53,8,73); }

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

border-color css

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

 span { border-color: rgb(53,8,73); }

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