Html Css Color HEX #351849 Blackcurrant

📋 copy color: '#351849'

red 53 ◦ green 24 ◦ blue 73

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

Shades of Blackcurrant #351849

Tints of Blackcurrant #351849

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16%

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

R = 35.33%
G = 16%
B = 48.67%

CMYK

 C value IS 0.27

 M value IS 0.67

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#351849 (or 0x351849) is known color: Blackcurrant. HEX triplet: 35, 18 and 49. RGB value is (53,24,73). Sum of RGB (Red+Green+Blue) = 53+24+73=150 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.33% from 150); Green value is 24 (9.77% from 255 or 16% from 150); Blue value is 73 (28.91% from 255 or 48.67% from 150); Max value from RGB is 73 - color contains mainly: blue. Hex color #351849 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351849 is #CAE7B6. Grayscale: #262626. Windows color (decimal): -13297591 or 4790325. OLE color: 4790325.

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

Color convert

RGB 53 24 73 -
CMYK 0.27 0.67 0 0.71
HSL 275.51º 0.51% 0.19% -
HSV(B) 275.51º 0.67% 0.29% -
XYZ 3 1.89 6.51 -
YUV 38.26 147.61 138.52 -
System Red Green Blue C M Y K H S L
Decimal 53 24 73 0.27 0.67 0 0.71 275.51 0.51 0.19
Hex 35 18 49 1B 43 0 47 114 33 13
Octal 65 30 111 33 103 0 107 424 63 23
Binary 110101 11000 1001001 11011 1000011 0 1000111 100010100 110011 10011

Color Harmonies of #351849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351849

Black with #351849

Text Example


Text Example

White with #351849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351849; }

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

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

background-color css

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

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

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

border-color css

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

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

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