Html Css Color HEX #350C4C Blackcurrant

📋 copy color: '#350C4C'

red 53 ◦ green 12 ◦ blue 76

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

Shades of Blackcurrant #350C4C

Tints of Blackcurrant #350C4C

RGB

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

 GREEN value IS 12 (5.08% from 255) = 8.51%

 BLUE value IS 76 (30.08% from 255) = 53.9%

R = 37.59%
G = 8.51%
B = 53.9%

CMYK

 C value IS 0.30

 M value IS 0.84

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#350C4C (or 0x350C4C) is known color: Blackcurrant. HEX triplet: 35, 0C and 4C. RGB value is (53,12,76). Sum of RGB (Red+Green+Blue) = 53+12+76=141 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.59% from 141); Green value is 12 (5.08% from 255 or 8.51% from 141); Blue value is 76 (30.08% from 255 or 53.90% from 141); Max value from RGB is 76 - color contains mainly: blue. Hex color #350C4C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350C4C is #CAF3B3. Grayscale: #1F1F1F. Windows color (decimal): -13300660 or 4983861. OLE color: 4983861.

HSL color Cylindrical-coordinate representation of color #350C4C: hue angle of 278.44º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #350C4C is Cyan = 0.30, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 53 12 76 -
CMYK 0.30 0.84 0 0.70
HSL 278.44º 0.73% 0.17% -
HSV(B) 278.44º 0.84% 0.3% -
XYZ 2.9 1.54 6.98 -
YUV 31.56 153.08 143.3 -
System Red Green Blue C M Y K H S L
Decimal 53 12 76 0.30 0.84 0 0.70 278.44 0.73 0.17
Hex 35 C 4C 1E 54 0 46 116 49 11
Octal 65 14 114 36 124 0 106 426 111 21
Binary 110101 1100 1001100 11110 1010100 0 1000110 100010110 1001001 10001

Color Harmonies of #350C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350C4C

Black with #350C4C

Text Example


Text Example

White with #350C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,12,76); }

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

background-color css

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

 a { background-color: rgb(53,12,76); }

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

border-color css

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

 span { border-color: rgb(53,12,76); }

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