Html Css Color HEX #35043C Blackcurrant

📋 copy color: '#35043C'

red 53 ◦ green 4 ◦ blue 60

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

Shades of Blackcurrant #35043C

Tints of Blackcurrant #35043C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 51.28%

R = 45.3%
G = 3.42%
B = 51.28%

CMYK

 C value IS 0.12

 M value IS 0.93

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#35043C (or 0x35043C) is known color: Blackcurrant. HEX triplet: 35, 04 and 3C. RGB value is (53,4,60). Sum of RGB (Red+Green+Blue) = 53+4+60=117 (15% of max value = 765). Red value is 53 (21.09% from 255 or 45.30% from 117); Green value is 4 (1.95% from 255 or 3.42% from 117); Blue value is 60 (23.83% from 255 or 51.28% from 117); Max value from RGB is 60 - color contains mainly: blue. Hex color #35043C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35043C is #CAFBC3. Grayscale: #181818. Windows color (decimal): -13302724 or 3933237. OLE color: 3933237.

HSL color Cylindrical-coordinate representation of color #35043C: hue angle of 292.5º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #35043C is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 53 4 60 -
CMYK 0.12 0.93 0 0.76
HSL 292.5º 0.88% 0.13% -
HSV(B) 292.5º 0.93% 0.24% -
XYZ 2.33 1.17 4.38 -
YUV 25.04 147.73 147.95 -
System Red Green Blue C M Y K H S L
Decimal 53 4 60 0.12 0.93 0 0.76 292.5 0.88 0.13
Hex 35 4 3C C 5D 0 4C 124 58 D
Octal 65 4 74 14 135 0 114 444 130 15
Binary 110101 100 111100 1100 1011101 0 1001100 100100100 1011000 1101

Color Harmonies of #35043C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35043C

Black with #35043C

Text Example


Text Example

White with #35043C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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