Html Css Color HEX #350E41 Blackcurrant

📋 copy color: '#350E41'

red 53 ◦ green 14 ◦ blue 65

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

Shades of Blackcurrant #350E41

Tints of Blackcurrant #350E41

RGB

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

 GREEN value IS 14 (5.86% from 255) = 10.61%

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

R = 40.15%
G = 10.61%
B = 49.24%

CMYK

 C value IS 0.18

 M value IS 0.78

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#350E41 (or 0x350E41) is known color: Blackcurrant. HEX triplet: 35, 0E and 41. RGB value is (53,14,65). Sum of RGB (Red+Green+Blue) = 53+14+65=132 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.15% from 132); Green value is 14 (5.86% from 255 or 10.61% from 132); Blue value is 65 (25.78% from 255 or 49.24% from 132); Max value from RGB is 65 - color contains mainly: blue. Hex color #350E41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350E41 is #CAF1BE. Grayscale: #1F1F1F. Windows color (decimal): -13300159 or 4263477. OLE color: 4263477.

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

Color convert

RGB 53 14 65 -
CMYK 0.18 0.78 0 0.75
HSL 285.88º 0.65% 0.15% -
HSV(B) 285.88º 0.78% 0.25% -
XYZ 2.58 1.45 5.15 -
YUV 31.48 146.92 143.35 -
System Red Green Blue C M Y K H S L
Decimal 53 14 65 0.18 0.78 0 0.75 285.88 0.65 0.15
Hex 35 E 41 12 4E 0 4B 11E 41 F
Octal 65 16 101 22 116 0 113 436 101 17
Binary 110101 1110 1000001 10010 1001110 0 1001011 100011110 1000001 1111

Color Harmonies of #350E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350E41

Black with #350E41

Text Example


Text Example

White with #350E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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