Html Css Color HEX #351252 Blackcurrant

📋 copy color: '#351252'

red 53 ◦ green 18 ◦ blue 82

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

Shades of Blackcurrant #351252

Tints of Blackcurrant #351252

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.76%

 BLUE value IS 82 (32.42% from 255) = 53.59%

R = 34.64%
G = 11.76%
B = 53.59%

CMYK

 C value IS 0.35

 M value IS 0.78

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#351252 (or 0x351252) is known color: Blackcurrant. HEX triplet: 35, 12 and 52. RGB value is (53,18,82). Sum of RGB (Red+Green+Blue) = 53+18+82=153 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.64% from 153); Green value is 18 (7.42% from 255 or 11.76% from 153); Blue value is 82 (32.42% from 255 or 53.59% from 153); Max value from RGB is 82 - color contains mainly: blue. Hex color #351252 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351252 is #CAEDAD. Grayscale: #232323. Windows color (decimal): -13299118 or 5378613. OLE color: 5378613.

HSL color Cylindrical-coordinate representation of color #351252: hue angle of 272.81º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #351252 is Cyan = 0.35, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 53 18 82 -
CMYK 0.35 0.78 0 0.68
HSL 272.81º 0.64% 0.2% -
HSV(B) 272.81º 0.78% 0.32% -
XYZ 3.21 1.8 8.16 -
YUV 35.76 154.1 140.3 -
System Red Green Blue C M Y K H S L
Decimal 53 18 82 0.35 0.78 0 0.68 272.81 0.64 0.2
Hex 35 12 52 23 4E 0 44 111 40 14
Octal 65 22 122 43 116 0 104 421 100 24
Binary 110101 10010 1010010 100011 1001110 0 1000100 100010001 1000000 10100

Color Harmonies of #351252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351252

Black with #351252

Text Example


Text Example

White with #351252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351252; }

 p { color: rgb(53,18,82); }

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

background-color css

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

 a { background-color: rgb(53,18,82); }

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

border-color css

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

 span { border-color: rgb(53,18,82); }

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