Html Css Color HEX #35243C Blackcurrant

📋 copy color: '#35243C'

red 53 ◦ green 36 ◦ blue 60

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

Shades of Blackcurrant #35243C

Tints of Blackcurrant #35243C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 24.16%

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

R = 35.57%
G = 24.16%
B = 40.27%

CMYK

 C value IS 0.12

 M value IS 0.40

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#35243C (or 0x35243C) is known color: Blackcurrant. HEX triplet: 35, 24 and 3C. RGB value is (53,36,60). Sum of RGB (Red+Green+Blue) = 53+36+60=149 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.57% from 149); Green value is 36 (14.45% from 255 or 24.16% from 149); Blue value is 60 (23.83% from 255 or 40.27% from 149); Max value from RGB is 60 - color contains mainly: blue. Hex color #35243C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35243C is #CADBC3. Grayscale: #2B2B2B. Windows color (decimal): -13294532 or 3941429. OLE color: 3941429.

HSL color Cylindrical-coordinate representation of color #35243C: hue angle of 282.5º degrees, saturation: 0.25, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #35243C is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 53 36 60 -
CMYK 0.12 0.40 0 0.76
HSL 282.5º 0.25% 0.19% -
HSV(B) 282.5º 0.4% 0.24% -
XYZ 2.91 2.34 4.57 -
YUV 43.82 137.13 134.55 -
System Red Green Blue C M Y K H S L
Decimal 53 36 60 0.12 0.40 0 0.76 282.5 0.25 0.19
Hex 35 24 3C C 28 0 4C 11A 19 13
Octal 65 44 74 14 50 0 114 432 31 23
Binary 110101 100100 111100 1100 101000 0 1001100 100011010 11001 10011

Color Harmonies of #35243C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35243C

Black with #35243C

Text Example


Text Example

White with #35243C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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