Html Css Color HEX #35084F Blackcurrant

📋 copy color: '#35084F'

red 53 ◦ green 8 ◦ blue 79

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

Shades of Blackcurrant #35084F

Tints of Blackcurrant #35084F

RGB

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

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

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

R = 37.86%
G = 5.71%
B = 56.43%

CMYK

 C value IS 0.33

 M value IS 0.90

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#35084F (or 0x35084F) is known color: Blackcurrant. HEX triplet: 35, 08 and 4F. RGB value is (53,8,79). Sum of RGB (Red+Green+Blue) = 53+8+79=140 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.86% from 140); Green value is 8 (3.52% from 255 or 5.71% from 140); Blue value is 79 (31.25% from 255 or 56.43% from 140); Max value from RGB is 79 - color contains mainly: blue. Hex color #35084F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35084F is #CAF7B0. Grayscale: #1D1D1D. Windows color (decimal): -13301681 or 5179445. OLE color: 5179445.

HSL color Cylindrical-coordinate representation of color #35084F: hue angle of 278.03º degrees, saturation: 0.82, 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 #35084F is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 53 8 79 -
CMYK 0.33 0.90 0 0.69
HSL 278.03º 0.82% 0.17% -
HSV(B) 278.03º 0.9% 0.31% -
XYZ 2.97 1.5 7.53 -
YUV 29.55 155.91 144.73 -
System Red Green Blue C M Y K H S L
Decimal 53 8 79 0.33 0.90 0 0.69 278.03 0.82 0.17
Hex 35 8 4F 21 5A 0 45 116 52 11
Octal 65 10 117 41 132 0 105 426 122 21
Binary 110101 1000 1001111 100001 1011010 0 1000101 100010110 1010010 10001

Color Harmonies of #35084F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35084F

Black with #35084F

Text Example


Text Example

White with #35084F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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