Html Css Color HEX #35253C Blackcurrant

📋 copy color: '#35253C'

red 53 ◦ green 37 ◦ blue 60

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

Shades of Blackcurrant #35253C

Tints of Blackcurrant #35253C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 24.67%

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

R = 35.33%
G = 24.67%
B = 40%

CMYK

 C value IS 0.12

 M value IS 0.38

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#35253C (or 0x35253C) is known color: Blackcurrant. HEX triplet: 35, 25 and 3C. RGB value is (53,37,60). Sum of RGB (Red+Green+Blue) = 53+37+60=150 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.33% from 150); Green value is 37 (14.84% from 255 or 24.67% from 150); Blue value is 60 (23.83% from 255 or 40% from 150); Max value from RGB is 60 - color contains mainly: blue. Hex color #35253C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35253C is #CADAC3. Grayscale: #2C2C2C. Windows color (decimal): -13294276 or 3941685. OLE color: 3941685.

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

Color convert

RGB 53 37 60 -
CMYK 0.12 0.38 0 0.76
HSL 281.74º 0.24% 0.19% -
HSV(B) 281.74º 0.38% 0.24% -
XYZ 2.95 2.41 4.58 -
YUV 44.41 136.8 134.13 -
System Red Green Blue C M Y K H S L
Decimal 53 37 60 0.12 0.38 0 0.76 281.74 0.24 0.19
Hex 35 25 3C C 26 0 4C 11A 18 13
Octal 65 45 74 14 46 0 114 432 30 23
Binary 110101 100101 111100 1100 100110 0 1001100 100011010 11000 10011

Color Harmonies of #35253C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35253C

Black with #35253C

Text Example


Text Example

White with #35253C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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