Html Css Color HEX #35054D Blackcurrant

📋 copy color: '#35054D'

red 53 ◦ green 5 ◦ blue 77

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

Shades of Blackcurrant #35054D

Tints of Blackcurrant #35054D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 57.04%

R = 39.26%
G = 3.7%
B = 57.04%

CMYK

 C value IS 0.31

 M value IS 0.94

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#35054D (or 0x35054D) is known color: Blackcurrant. HEX triplet: 35, 05 and 4D. RGB value is (53,5,77). Sum of RGB (Red+Green+Blue) = 53+5+77=135 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.26% from 135); Green value is 5 (2.34% from 255 or 3.70% from 135); Blue value is 77 (30.47% from 255 or 57.04% from 135); Max value from RGB is 77 - color contains mainly: blue. Hex color #35054D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35054D is #CAFAB2. Grayscale: #1B1B1B. Windows color (decimal): -13302451 or 5047605. OLE color: 5047605.

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

Color convert

RGB 53 5 77 -
CMYK 0.31 0.94 0 0.70
HSL 280º 0.88% 0.16% -
HSV(B) 280º 0.94% 0.3% -
XYZ 2.86 1.4 7.14 -
YUV 27.56 155.9 146.15 -
System Red Green Blue C M Y K H S L
Decimal 53 5 77 0.31 0.94 0 0.70 280 0.88 0.16
Hex 35 5 4D 1F 5E 0 46 118 58 10
Octal 65 5 115 37 136 0 106 430 130 20
Binary 110101 101 1001101 11111 1011110 0 1000110 100011000 1011000 10000

Color Harmonies of #35054D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35054D

Black with #35054D

Text Example


Text Example

White with #35054D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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