Html Css Color HEX #350F41 Blackcurrant

📋 copy color: '#350F41'

red 53 ◦ green 15 ◦ blue 65

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

Shades of Blackcurrant #350F41

Tints of Blackcurrant #350F41

RGB

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

 GREEN value IS 15 (6.25% from 255) = 11.28%

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

R = 39.85%
G = 11.28%
B = 48.87%

CMYK

 C value IS 0.18

 M value IS 0.77

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#350F41 (or 0x350F41) is known color: Blackcurrant. HEX triplet: 35, 0F and 41. RGB value is (53,15,65). Sum of RGB (Red+Green+Blue) = 53+15+65=133 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.85% from 133); Green value is 15 (6.25% from 255 or 11.28% from 133); Blue value is 65 (25.78% from 255 or 48.87% from 133); Max value from RGB is 65 - color contains mainly: blue. Hex color #350F41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350F41 is #CAF0BE. Grayscale: #1F1F1F. Windows color (decimal): -13299903 or 4263733. OLE color: 4263733.

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

Color convert

RGB 53 15 65 -
CMYK 0.18 0.77 0 0.75
HSL 285.6º 0.63% 0.16% -
HSV(B) 285.6º 0.77% 0.25% -
XYZ 2.59 1.48 5.15 -
YUV 32.06 146.59 142.93 -
System Red Green Blue C M Y K H S L
Decimal 53 15 65 0.18 0.77 0 0.75 285.6 0.63 0.16
Hex 35 F 41 12 4D 0 4B 11E 3E 10
Octal 65 17 101 22 115 0 113 436 76 20
Binary 110101 1111 1000001 10010 1001101 0 1001011 100011110 111110 10000

Color Harmonies of #350F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350F41

Black with #350F41

Text Example


Text Example

White with #350F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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