Html Css Color HEX #35094C Blackcurrant

📋 copy color: '#35094C'

red 53 ◦ green 9 ◦ blue 76

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

Shades of Blackcurrant #35094C

Tints of Blackcurrant #35094C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 55.07%

R = 38.41%
G = 6.52%
B = 55.07%

CMYK

 C value IS 0.30

 M value IS 0.88

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#35094C (or 0x35094C) is known color: Blackcurrant. HEX triplet: 35, 09 and 4C. RGB value is (53,9,76). Sum of RGB (Red+Green+Blue) = 53+9+76=138 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.41% from 138); Green value is 9 (3.91% from 255 or 6.52% from 138); Blue value is 76 (30.08% from 255 or 55.07% from 138); Max value from RGB is 76 - color contains mainly: blue. Hex color #35094C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35094C is #CAF6B3. Grayscale: #1D1D1D. Windows color (decimal): -13301428 or 4983093. OLE color: 4983093.

HSL color Cylindrical-coordinate representation of color #35094C: hue angle of 279.4º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #35094C is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 53 9 76 -
CMYK 0.30 0.88 0 0.70
HSL 279.4º 0.79% 0.17% -
HSV(B) 279.4º 0.88% 0.3% -
XYZ 2.87 1.47 6.97 -
YUV 29.79 154.08 144.55 -
System Red Green Blue C M Y K H S L
Decimal 53 9 76 0.30 0.88 0 0.70 279.4 0.79 0.17
Hex 35 9 4C 1E 58 0 46 117 4F 11
Octal 65 11 114 36 130 0 106 427 117 21
Binary 110101 1001 1001100 11110 1011000 0 1000110 100010111 1001111 10001

Color Harmonies of #35094C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35094C

Black with #35094C

Text Example


Text Example

White with #35094C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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