Html Css Color HEX #350B49 Blackcurrant

📋 copy color: '#350B49'

red 53 ◦ green 11 ◦ blue 73

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

Shades of Blackcurrant #350B49

Tints of Blackcurrant #350B49

RGB

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

 GREEN value IS 11 (4.69% from 255) = 8.03%

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

R = 38.69%
G = 8.03%
B = 53.28%

CMYK

 C value IS 0.27

 M value IS 0.85

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#350B49 (or 0x350B49) is known color: Blackcurrant. HEX triplet: 35, 0B and 49. RGB value is (53,11,73). Sum of RGB (Red+Green+Blue) = 53+11+73=137 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.69% from 137); Green value is 11 (4.69% from 255 or 8.03% from 137); Blue value is 73 (28.91% from 255 or 53.28% from 137); Max value from RGB is 73 - color contains mainly: blue. Hex color #350B49 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350B49 is #CAF4B6. Grayscale: #1E1E1E. Windows color (decimal): -13300919 or 4786997. OLE color: 4786997.

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

Color convert

RGB 53 11 73 -
CMYK 0.27 0.85 0 0.71
HSL 280.65º 0.74% 0.16% -
HSV(B) 280.65º 0.85% 0.29% -
XYZ 2.79 1.48 6.44 -
YUV 30.63 151.91 143.96 -
System Red Green Blue C M Y K H S L
Decimal 53 11 73 0.27 0.85 0 0.71 280.65 0.74 0.16
Hex 35 B 49 1B 55 0 47 119 4A 10
Octal 65 13 111 33 125 0 107 431 112 20
Binary 110101 1011 1001001 11011 1010101 0 1000111 100011001 1001010 10000

Color Harmonies of #350B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350B49

Black with #350B49

Text Example


Text Example

White with #350B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350B49; }

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

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

background-color css

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

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

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

border-color css

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

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

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