Html Css Color HEX #35094A Blackcurrant

📋 copy color: '#35094A'

red 53 ◦ green 9 ◦ blue 74

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

Shades of Blackcurrant #35094A

Tints of Blackcurrant #35094A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.62%

 BLUE value IS 74 (29.3% from 255) = 54.41%

R = 38.97%
G = 6.62%
B = 54.41%

CMYK

 C value IS 0.28

 M value IS 0.88

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#35094A (or 0x35094A) is known color: Blackcurrant. HEX triplet: 35, 09 and 4A. RGB value is (53,9,74). Sum of RGB (Red+Green+Blue) = 53+9+74=136 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.97% from 136); Green value is 9 (3.91% from 255 or 6.62% from 136); Blue value is 74 (29.30% from 255 or 54.41% from 136); Max value from RGB is 74 - color contains mainly: blue. Hex color #35094A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35094A is #CAF6B5. Grayscale: #1D1D1D. Windows color (decimal): -13301430 or 4852021. OLE color: 4852021.

HSL color Cylindrical-coordinate representation of color #35094A: hue angle of 280.62º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #35094A is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 53 9 74 -
CMYK 0.28 0.88 0 0.71
HSL 280.62º 0.78% 0.16% -
HSV(B) 280.62º 0.88% 0.29% -
XYZ 2.8 1.45 6.61 -
YUV 29.57 153.08 144.71 -
System Red Green Blue C M Y K H S L
Decimal 53 9 74 0.28 0.88 0 0.71 280.62 0.78 0.16
Hex 35 9 4A 1C 58 0 47 119 4E 10
Octal 65 11 112 34 130 0 107 431 116 20
Binary 110101 1001 1001010 11100 1011000 0 1000111 100011001 1001110 10000

Color Harmonies of #35094A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35094A

Black with #35094A

Text Example


Text Example

White with #35094A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35094A; }

 p { color: rgb(53,9,74); }

 H1.HeaderClassName
 {
   color: #35094A;
 }
 .AnyTagClassName
 {
   color: #35094A;
 }
</style>

background-color css

<style>
 a { background-color: #35094A; }

 a { background-color: rgb(53,9,74); }

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

border-color css

<style>
 span { border-color: #35094A; }

 span { border-color: rgb(53,9,74); }

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