Html Css Color HEX #351841 Blackcurrant

📋 copy color: '#351841'

red 53 ◦ green 24 ◦ blue 65

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

Shades of Blackcurrant #351841

Tints of Blackcurrant #351841

RGB

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

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

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

R = 37.32%
G = 16.9%
B = 45.77%

CMYK

 C value IS 0.18

 M value IS 0.63

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#351841 (or 0x351841) is known color: Blackcurrant. HEX triplet: 35, 18 and 41. RGB value is (53,24,65). Sum of RGB (Red+Green+Blue) = 53+24+65=142 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.32% from 142); Green value is 24 (9.77% from 255 or 16.90% from 142); Blue value is 65 (25.78% from 255 or 45.77% from 142); Max value from RGB is 65 - color contains mainly: blue. Hex color #351841 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351841 is #CAE7BE. Grayscale: #252525. Windows color (decimal): -13297599 or 4266037. OLE color: 4266037.

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

Color convert

RGB 53 24 65 -
CMYK 0.18 0.63 0 0.75
HSL 282.44º 0.46% 0.17% -
HSV(B) 282.44º 0.63% 0.25% -
XYZ 2.75 1.79 5.2 -
YUV 37.35 143.61 139.17 -
System Red Green Blue C M Y K H S L
Decimal 53 24 65 0.18 0.63 0 0.75 282.44 0.46 0.17
Hex 35 18 41 12 3F 0 4B 11A 2E 11
Octal 65 30 101 22 77 0 113 432 56 21
Binary 110101 11000 1000001 10010 111111 0 1001011 100011010 101110 10001

Color Harmonies of #351841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351841

Black with #351841

Text Example


Text Example

White with #351841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351841; }

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

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

background-color css

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

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

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

border-color css

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

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

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