Html Css Color HEX #35084E Blackcurrant

📋 copy color: '#35084E'

red 53 ◦ green 8 ◦ blue 78

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

Shades of Blackcurrant #35084E

Tints of Blackcurrant #35084E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.76%

 BLUE value IS 78 (30.86% from 255) = 56.12%

R = 38.13%
G = 5.76%
B = 56.12%

CMYK

 C value IS 0.32

 M value IS 0.90

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#35084E (or 0x35084E) is known color: Blackcurrant. HEX triplet: 35, 08 and 4E. RGB value is (53,8,78). Sum of RGB (Red+Green+Blue) = 53+8+78=139 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.13% from 139); Green value is 8 (3.52% from 255 or 5.76% from 139); Blue value is 78 (30.86% from 255 or 56.12% from 139); Max value from RGB is 78 - color contains mainly: blue. Hex color #35084E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35084E is #CAF7B1. Grayscale: #1D1D1D. Windows color (decimal): -13301682 or 5113909. OLE color: 5113909.

HSL color Cylindrical-coordinate representation of color #35084E: hue angle of 278.57º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #35084E is Cyan = 0.32, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 53 8 78 -
CMYK 0.32 0.90 0 0.69
HSL 278.57º 0.81% 0.17% -
HSV(B) 278.57º 0.9% 0.31% -
XYZ 2.93 1.48 7.34 -
YUV 29.44 155.41 144.81 -
System Red Green Blue C M Y K H S L
Decimal 53 8 78 0.32 0.90 0 0.69 278.57 0.81 0.17
Hex 35 8 4E 20 5A 0 45 117 51 11
Octal 65 10 116 40 132 0 105 427 121 21
Binary 110101 1000 1001110 100000 1011010 0 1000101 100010111 1010001 10001

Color Harmonies of #35084E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35084E

Black with #35084E

Text Example


Text Example

White with #35084E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,8,78); }

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

background-color css

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

 a { background-color: rgb(53,8,78); }

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

border-color css

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

 span { border-color: rgb(53,8,78); }

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