Html Css Color HEX #352243 Blackcurrant

📋 copy color: '#352243'

red 53 ◦ green 34 ◦ blue 67

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

Shades of Blackcurrant #352243

Tints of Blackcurrant #352243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 43.51%

R = 34.42%
G = 22.08%
B = 43.51%

CMYK

 C value IS 0.21

 M value IS 0.49

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#352243 (or 0x352243) is known color: Blackcurrant. HEX triplet: 35, 22 and 43. RGB value is (53,34,67). Sum of RGB (Red+Green+Blue) = 53+34+67=154 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.42% from 154); Green value is 34 (13.67% from 255 or 22.08% from 154); Blue value is 67 (26.56% from 255 or 43.51% from 154); Max value from RGB is 67 - color contains mainly: blue. Hex color #352243 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352243 is #CADDBC. Grayscale: #2B2B2B. Windows color (decimal): -13295037 or 4399669. OLE color: 4399669.

HSL color Cylindrical-coordinate representation of color #352243: hue angle of 274.55º degrees, saturation: 0.33, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #352243 is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 53 34 67 -
CMYK 0.21 0.49 0 0.74
HSL 274.55º 0.33% 0.2% -
HSV(B) 274.55º 0.49% 0.26% -
XYZ 3.05 2.31 5.59 -
YUV 43.44 141.29 134.82 -
System Red Green Blue C M Y K H S L
Decimal 53 34 67 0.21 0.49 0 0.74 274.55 0.33 0.2
Hex 35 22 43 15 31 0 4A 113 21 14
Octal 65 42 103 25 61 0 112 423 41 24
Binary 110101 100010 1000011 10101 110001 0 1001010 100010011 100001 10100

Color Harmonies of #352243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352243

Black with #352243

Text Example


Text Example

White with #352243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352243; }

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

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

background-color css

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

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

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

border-color css

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

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

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