Html Css Color HEX #350953 Blackcurrant

📋 copy color: '#350953'

red 53 ◦ green 9 ◦ blue 83

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

Shades of Blackcurrant #350953

Tints of Blackcurrant #350953

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.21%

 BLUE value IS 83 (32.81% from 255) = 57.24%

R = 36.55%
G = 6.21%
B = 57.24%

CMYK

 C value IS 0.36

 M value IS 0.89

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#350953 (or 0x350953) is known color: Blackcurrant. HEX triplet: 35, 09 and 53. RGB value is (53,9,83). Sum of RGB (Red+Green+Blue) = 53+9+83=145 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.55% from 145); Green value is 9 (3.91% from 255 or 6.21% from 145); Blue value is 83 (32.81% from 255 or 57.24% from 145); Max value from RGB is 83 - color contains mainly: blue. Hex color #350953 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350953 is #CAF6AC. Grayscale: #1E1E1E. Windows color (decimal): -13301421 or 5441845. OLE color: 5441845.

HSL color Cylindrical-coordinate representation of color #350953: hue angle of 275.68º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #350953 is Cyan = 0.36, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 53 9 83 -
CMYK 0.36 0.89 0 0.67
HSL 275.68º 0.8% 0.18% -
HSV(B) 275.68º 0.89% 0.33% -
XYZ 3.13 1.58 8.32 -
YUV 30.59 157.58 143.98 -
System Red Green Blue C M Y K H S L
Decimal 53 9 83 0.36 0.89 0 0.67 275.68 0.8 0.18
Hex 35 9 53 24 59 0 43 114 50 12
Octal 65 11 123 44 131 0 103 424 120 22
Binary 110101 1001 1010011 100100 1011001 0 1000011 100010100 1010000 10010

Color Harmonies of #350953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350953

Black with #350953

Text Example


Text Example

White with #350953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350953; }

 p { color: rgb(53,9,83); }

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

background-color css

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

 a { background-color: rgb(53,9,83); }

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

border-color css

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

 span { border-color: rgb(53,9,83); }

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