Html Css Color HEX #35074E Blackcurrant

📋 copy color: '#35074E'

red 53 ◦ green 7 ◦ blue 78

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

Shades of Blackcurrant #35074E

Tints of Blackcurrant #35074E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.07%

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

R = 38.41%
G = 5.07%
B = 56.52%

CMYK

 C value IS 0.32

 M value IS 0.91

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#35074E (or 0x35074E) is known color: Blackcurrant. HEX triplet: 35, 07 and 4E. RGB value is (53,7,78). Sum of RGB (Red+Green+Blue) = 53+7+78=138 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.41% from 138); Green value is 7 (3.12% from 255 or 5.07% from 138); Blue value is 78 (30.86% from 255 or 56.52% from 138); Max value from RGB is 78 - color contains mainly: blue. Hex color #35074E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35074E is #CAF8B1. Grayscale: #1C1C1C. Windows color (decimal): -13301938 or 5113653. OLE color: 5113653.

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

Color convert

RGB 53 7 78 -
CMYK 0.32 0.91 0 0.69
HSL 278.87º 0.84% 0.17% -
HSV(B) 278.87º 0.91% 0.31% -
XYZ 2.92 1.46 7.34 -
YUV 28.85 155.74 145.23 -
System Red Green Blue C M Y K H S L
Decimal 53 7 78 0.32 0.91 0 0.69 278.87 0.84 0.17
Hex 35 7 4E 20 5B 0 45 117 54 11
Octal 65 7 116 40 133 0 105 427 124 21
Binary 110101 111 1001110 100000 1011011 0 1000101 100010111 1010100 10001

Color Harmonies of #35074E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35074E

Black with #35074E

Text Example


Text Example

White with #35074E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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