Html Css Color HEX #350F4D Blackcurrant

📋 copy color: '#350F4D'

red 53 ◦ green 15 ◦ blue 77

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

Shades of Blackcurrant #350F4D

Tints of Blackcurrant #350F4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 53.1%

R = 36.55%
G = 10.34%
B = 53.1%

CMYK

 C value IS 0.31

 M value IS 0.81

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#350F4D (or 0x350F4D) is known color: Blackcurrant. HEX triplet: 35, 0F and 4D. RGB value is (53,15,77). Sum of RGB (Red+Green+Blue) = 53+15+77=145 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.55% from 145); Green value is 15 (6.25% from 255 or 10.34% from 145); Blue value is 77 (30.47% from 255 or 53.10% from 145); Max value from RGB is 77 - color contains mainly: blue. Hex color #350F4D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350F4D is #CAF0B2. Grayscale: #212121. Windows color (decimal): -13299891 or 5050165. OLE color: 5050165.

HSL color Cylindrical-coordinate representation of color #350F4D: hue angle of 276.77º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #350F4D is Cyan = 0.31, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 53 15 77 -
CMYK 0.31 0.81 0 0.70
HSL 276.77º 0.67% 0.18% -
HSV(B) 276.77º 0.81% 0.3% -
XYZ 2.98 1.63 7.18 -
YUV 33.43 152.59 141.96 -
System Red Green Blue C M Y K H S L
Decimal 53 15 77 0.31 0.81 0 0.70 276.77 0.67 0.18
Hex 35 F 4D 1F 51 0 46 115 43 12
Octal 65 17 115 37 121 0 106 425 103 22
Binary 110101 1111 1001101 11111 1010001 0 1000110 100010101 1000011 10010

Color Harmonies of #350F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350F4D

Black with #350F4D

Text Example


Text Example

White with #350F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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