Html Css Color HEX #350340 Blackcurrant

📋 copy color: '#350340'

red 53 ◦ green 3 ◦ blue 64

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

Shades of Blackcurrant #350340

Tints of Blackcurrant #350340

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.5%

 BLUE value IS 64 (25.39% from 255) = 53.33%

R = 44.17%
G = 2.5%
B = 53.33%

CMYK

 C value IS 0.17

 M value IS 0.95

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#350340 (or 0x350340) is known color: Blackcurrant. HEX triplet: 35, 03 and 40. RGB value is (53,3,64). Sum of RGB (Red+Green+Blue) = 53+3+64=120 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.17% from 120); Green value is 3 (1.56% from 255 or 2.5% from 120); Blue value is 64 (25.39% from 255 or 53.33% from 120); Max value from RGB is 64 - color contains mainly: blue. Hex color #350340 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350340 is #CAFCBF. Grayscale: #181818. Windows color (decimal): -13302976 or 4195125. OLE color: 4195125.

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

Color convert

RGB 53 3 64 -
CMYK 0.17 0.95 0 0.75
HSL 289.18º 0.91% 0.13% -
HSV(B) 289.18º 0.95% 0.25% -
XYZ 2.43 1.19 4.95 -
YUV 24.9 150.07 148.04 -
System Red Green Blue C M Y K H S L
Decimal 53 3 64 0.17 0.95 0 0.75 289.18 0.91 0.13
Hex 35 3 40 11 5F 0 4B 121 5B D
Octal 65 3 100 21 137 0 113 441 133 15
Binary 110101 11 1000000 10001 1011111 0 1001011 100100001 1011011 1101

Color Harmonies of #350340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350340

Black with #350340

Text Example


Text Example

White with #350340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350340; }

 p { color: rgb(53,3,64); }

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

background-color css

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

 a { background-color: rgb(53,3,64); }

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

border-color css

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

 span { border-color: rgb(53,3,64); }

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