Html Css Color HEX #35054F Blackcurrant

📋 copy color: '#35054F'

red 53 ◦ green 5 ◦ blue 79

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

Shades of Blackcurrant #35054F

Tints of Blackcurrant #35054F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.65%

 BLUE value IS 79 (31.25% from 255) = 57.66%

R = 38.69%
G = 3.65%
B = 57.66%

CMYK

 C value IS 0.33

 M value IS 0.94

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#35054F (or 0x35054F) is known color: Blackcurrant. HEX triplet: 35, 05 and 4F. RGB value is (53,5,79). Sum of RGB (Red+Green+Blue) = 53+5+79=137 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.69% from 137); Green value is 5 (2.34% from 255 or 3.65% from 137); Blue value is 79 (31.25% from 255 or 57.66% from 137); Max value from RGB is 79 - color contains mainly: blue. Hex color #35054F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35054F is #CAFAB0. Grayscale: #1B1B1B. Windows color (decimal): -13302449 or 5178677. OLE color: 5178677.

HSL color Cylindrical-coordinate representation of color #35054F: hue angle of 278.92º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #35054F is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 53 5 79 -
CMYK 0.33 0.94 0 0.69
HSL 278.92º 0.88% 0.16% -
HSV(B) 278.92º 0.94% 0.31% -
XYZ 2.93 1.43 7.52 -
YUV 27.79 156.9 145.98 -
System Red Green Blue C M Y K H S L
Decimal 53 5 79 0.33 0.94 0 0.69 278.92 0.88 0.16
Hex 35 5 4F 21 5E 0 45 117 58 10
Octal 65 5 117 41 136 0 105 427 130 20
Binary 110101 101 1001111 100001 1011110 0 1000101 100010111 1011000 10000

Color Harmonies of #35054F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35054F

Black with #35054F

Text Example


Text Example

White with #35054F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35054F; }

 p { color: rgb(53,5,79); }

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

background-color css

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

 a { background-color: rgb(53,5,79); }

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

border-color css

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

 span { border-color: rgb(53,5,79); }

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