Html Css Color HEX #350841 Blackcurrant

📋 copy color: '#350841'

red 53 ◦ green 8 ◦ blue 65

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

Shades of Blackcurrant #350841

Tints of Blackcurrant #350841

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 51.59%

R = 42.06%
G = 6.35%
B = 51.59%

CMYK

 C value IS 0.18

 M value IS 0.88

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#350841 (or 0x350841) is known color: Blackcurrant. HEX triplet: 35, 08 and 41. RGB value is (53,8,65). Sum of RGB (Red+Green+Blue) = 53+8+65=126 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.06% from 126); Green value is 8 (3.52% from 255 or 6.35% from 126); Blue value is 65 (25.78% from 255 or 51.59% from 126); Max value from RGB is 65 - color contains mainly: blue. Hex color #350841 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350841 is #CAF7BE. Grayscale: #1B1B1B. Windows color (decimal): -13301695 or 4261941. OLE color: 4261941.

HSL color Cylindrical-coordinate representation of color #350841: hue angle of 287.37º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #350841 is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 53 8 65 -
CMYK 0.18 0.88 0 0.75
HSL 287.37º 0.78% 0.14% -
HSV(B) 287.37º 0.88% 0.25% -
XYZ 2.51 1.31 5.12 -
YUV 27.95 148.91 145.87 -
System Red Green Blue C M Y K H S L
Decimal 53 8 65 0.18 0.88 0 0.75 287.37 0.78 0.14
Hex 35 8 41 12 58 0 4B 11F 4E E
Octal 65 10 101 22 130 0 113 437 116 16
Binary 110101 1000 1000001 10010 1011000 0 1001011 100011111 1001110 1110

Color Harmonies of #350841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350841

Black with #350841

Text Example


Text Example

White with #350841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350841; }

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

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

background-color css

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

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

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

border-color css

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

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

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