Html Css Color HEX #35084C Blackcurrant

📋 copy color: '#35084C'

red 53 ◦ green 8 ◦ blue 76

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

Shades of Blackcurrant #35084C

Tints of Blackcurrant #35084C

RGB

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

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

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

R = 38.69%
G = 5.84%
B = 55.47%

CMYK

 C value IS 0.30

 M value IS 0.89

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#35084C (or 0x35084C) is known color: Blackcurrant. HEX triplet: 35, 08 and 4C. RGB value is (53,8,76). Sum of RGB (Red+Green+Blue) = 53+8+76=137 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.69% from 137); Green value is 8 (3.52% from 255 or 5.84% from 137); Blue value is 76 (30.08% from 255 or 55.47% from 137); Max value from RGB is 76 - color contains mainly: blue. Hex color #35084C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35084C is #CAF7B3. Grayscale: #1C1C1C. Windows color (decimal): -13301684 or 4982837. OLE color: 4982837.

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

Color convert

RGB 53 8 76 -
CMYK 0.30 0.89 0 0.70
HSL 279.71º 0.81% 0.16% -
HSV(B) 279.71º 0.89% 0.3% -
XYZ 2.86 1.45 6.97 -
YUV 29.21 154.41 144.97 -
System Red Green Blue C M Y K H S L
Decimal 53 8 76 0.30 0.89 0 0.70 279.71 0.81 0.16
Hex 35 8 4C 1E 59 0 46 118 51 10
Octal 65 10 114 36 131 0 106 430 121 20
Binary 110101 1000 1001100 11110 1011001 0 1000110 100011000 1010001 10000

Color Harmonies of #35084C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35084C

Black with #35084C

Text Example


Text Example

White with #35084C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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