Html Css Color HEX #350453 Blackcurrant

📋 copy color: '#350453'

red 53 ◦ green 4 ◦ blue 83

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

Shades of Blackcurrant #350453

Tints of Blackcurrant #350453

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.86%

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

R = 37.86%
G = 2.86%
B = 59.29%

CMYK

 C value IS 0.36

 M value IS 0.95

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#350453 (or 0x350453) is known color: Blackcurrant. HEX triplet: 35, 04 and 53. RGB value is (53,4,83). Sum of RGB (Red+Green+Blue) = 53+4+83=140 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.86% from 140); Green value is 4 (1.95% from 255 or 2.86% from 140); Blue value is 83 (32.81% from 255 or 59.29% from 140); Max value from RGB is 83 - color contains mainly: blue. Hex color #350453 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350453 is #CAFBAC. Grayscale: #1B1B1B. Windows color (decimal): -13302701 or 5440565. OLE color: 5440565.

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

Color convert

RGB 53 4 83 -
CMYK 0.36 0.95 0 0.67
HSL 277.22º 0.91% 0.17% -
HSV(B) 277.22º 0.95% 0.33% -
XYZ 3.07 1.47 8.31 -
YUV 27.66 159.23 146.08 -
System Red Green Blue C M Y K H S L
Decimal 53 4 83 0.36 0.95 0 0.67 277.22 0.91 0.17
Hex 35 4 53 24 5F 0 43 115 5B 11
Octal 65 4 123 44 137 0 103 425 133 21
Binary 110101 100 1010011 100100 1011111 0 1000011 100010101 1011011 10001

Color Harmonies of #350453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350453

Black with #350453

Text Example


Text Example

White with #350453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350453; }

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

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

background-color css

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

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

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

border-color css

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

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

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