Html Css Color HEX #35053E Blackcurrant

📋 copy color: '#35053E'

red 53 ◦ green 5 ◦ blue 62

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

Shades of Blackcurrant #35053E

Tints of Blackcurrant #35053E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 51.67%

R = 44.17%
G = 4.17%
B = 51.67%

CMYK

 C value IS 0.15

 M value IS 0.92

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#35053E (or 0x35053E) is known color: Blackcurrant. HEX triplet: 35, 05 and 3E. RGB value is (53,5,62). Sum of RGB (Red+Green+Blue) = 53+5+62=120 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.17% from 120); Green value is 5 (2.34% from 255 or 4.17% from 120); Blue value is 62 (24.61% from 255 or 51.67% from 120); Max value from RGB is 62 - color contains mainly: blue. Hex color #35053E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35053E is #CAFAC1. Grayscale: #191919. Windows color (decimal): -13302466 or 4064565. OLE color: 4064565.

HSL color Cylindrical-coordinate representation of color #35053E: hue angle of 290.53º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #35053E is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 53 5 62 -
CMYK 0.15 0.92 0 0.76
HSL 290.53º 0.85% 0.13% -
HSV(B) 290.53º 0.92% 0.24% -
XYZ 2.39 1.21 4.67 -
YUV 25.85 148.4 147.37 -
System Red Green Blue C M Y K H S L
Decimal 53 5 62 0.15 0.92 0 0.76 290.53 0.85 0.13
Hex 35 5 3E F 5C 0 4C 123 55 D
Octal 65 5 76 17 134 0 114 443 125 15
Binary 110101 101 111110 1111 1011100 0 1001100 100100011 1010101 1101

Color Harmonies of #35053E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35053E

Black with #35053E

Text Example


Text Example

White with #35053E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35053E; }

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

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

background-color css

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

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

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

border-color css

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

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

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