Html Css Color HEX #350454 Blackcurrant

📋 copy color: '#350454'

red 53 ◦ green 4 ◦ blue 84

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

Shades of Blackcurrant #350454

Tints of Blackcurrant #350454

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 59.57%

R = 37.59%
G = 2.84%
B = 59.57%

CMYK

 C value IS 0.37

 M value IS 0.95

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#350454 (or 0x350454) is known color: Blackcurrant. HEX triplet: 35, 04 and 54. RGB value is (53,4,84). Sum of RGB (Red+Green+Blue) = 53+4+84=141 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.59% from 141); Green value is 4 (1.95% from 255 or 2.84% from 141); Blue value is 84 (33.20% from 255 or 59.57% from 141); Max value from RGB is 84 - color contains mainly: blue. Hex color #350454 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350454 is #CAFBAB. Grayscale: #1B1B1B. Windows color (decimal): -13302700 or 5506101. OLE color: 5506101.

HSL color Cylindrical-coordinate representation of color #350454: hue angle of 276.75º 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 #350454 is Cyan = 0.37, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 53 4 84 -
CMYK 0.37 0.95 0 0.67
HSL 276.75º 0.91% 0.17% -
HSV(B) 276.75º 0.95% 0.33% -
XYZ 3.11 1.48 8.51 -
YUV 27.77 159.73 146 -
System Red Green Blue C M Y K H S L
Decimal 53 4 84 0.37 0.95 0 0.67 276.75 0.91 0.17
Hex 35 4 54 25 5F 0 43 115 5B 11
Octal 65 4 124 45 137 0 103 425 133 21
Binary 110101 100 1010100 100101 1011111 0 1000011 100010101 1011011 10001

Color Harmonies of #350454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350454

Black with #350454

Text Example


Text Example

White with #350454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350454; }

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

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

background-color css

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

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

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

border-color css

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

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

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