Html Css Color HEX #35223C Blackcurrant

📋 copy color: '#35223C'

red 53 ◦ green 34 ◦ blue 60

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

Shades of Blackcurrant #35223C

Tints of Blackcurrant #35223C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 23.13%

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

R = 36.05%
G = 23.13%
B = 40.82%

CMYK

 C value IS 0.12

 M value IS 0.43

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#35223C (or 0x35223C) is known color: Blackcurrant. HEX triplet: 35, 22 and 3C. RGB value is (53,34,60). Sum of RGB (Red+Green+Blue) = 53+34+60=147 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.05% from 147); Green value is 34 (13.67% from 255 or 23.13% from 147); Blue value is 60 (23.83% from 255 or 40.82% from 147); Max value from RGB is 60 - color contains mainly: blue. Hex color #35223C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35223C is #CADDC3. Grayscale: #2A2A2A. Windows color (decimal): -13295044 or 3940917. OLE color: 3940917.

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

Color convert

RGB 53 34 60 -
CMYK 0.12 0.43 0 0.76
HSL 283.85º 0.28% 0.18% -
HSV(B) 283.85º 0.43% 0.24% -
XYZ 2.86 2.23 4.55 -
YUV 42.65 137.79 135.39 -
System Red Green Blue C M Y K H S L
Decimal 53 34 60 0.12 0.43 0 0.76 283.85 0.28 0.18
Hex 35 22 3C C 2B 0 4C 11C 1C 12
Octal 65 42 74 14 53 0 114 434 34 22
Binary 110101 100010 111100 1100 101011 0 1001100 100011100 11100 10010

Color Harmonies of #35223C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35223C

Black with #35223C

Text Example


Text Example

White with #35223C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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