Html Css Color HEX #35044C Blackcurrant

📋 copy color: '#35044C'

red 53 ◦ green 4 ◦ blue 76

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

Shades of Blackcurrant #35044C

Tints of Blackcurrant #35044C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.01%

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

R = 39.85%
G = 3.01%
B = 57.14%

CMYK

 C value IS 0.30

 M value IS 0.95

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#35044C (or 0x35044C) is known color: Blackcurrant. HEX triplet: 35, 04 and 4C. RGB value is (53,4,76). Sum of RGB (Red+Green+Blue) = 53+4+76=133 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.85% from 133); Green value is 4 (1.95% from 255 or 3.01% from 133); Blue value is 76 (30.08% from 255 or 57.14% from 133); Max value from RGB is 76 - color contains mainly: blue. Hex color #35044C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35044C is #CAFBB3. Grayscale: #1A1A1A. Windows color (decimal): -13302708 or 4981813. OLE color: 4981813.

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

Color convert

RGB 53 4 76 -
CMYK 0.30 0.95 0 0.70
HSL 280.83º 0.9% 0.16% -
HSV(B) 280.83º 0.95% 0.3% -
XYZ 2.82 1.37 6.95 -
YUV 26.86 155.73 146.65 -
System Red Green Blue C M Y K H S L
Decimal 53 4 76 0.30 0.95 0 0.70 280.83 0.9 0.16
Hex 35 4 4C 1E 5F 0 46 119 5A 10
Octal 65 4 114 36 137 0 106 431 132 20
Binary 110101 100 1001100 11110 1011111 0 1000110 100011001 1011010 10000

Color Harmonies of #35044C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35044C

Black with #35044C

Text Example


Text Example

White with #35044C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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