Html Css Color HEX #350252 Blackcurrant

📋 copy color: '#350252'

red 53 ◦ green 2 ◦ blue 82

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

Shades of Blackcurrant #350252

Tints of Blackcurrant #350252

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.46%

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

R = 38.69%
G = 1.46%
B = 59.85%

CMYK

 C value IS 0.35

 M value IS 0.98

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#350252 (or 0x350252) is known color: Blackcurrant. HEX triplet: 35, 02 and 52. RGB value is (53,2,82). Sum of RGB (Red+Green+Blue) = 53+2+82=137 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.69% from 137); Green value is 2 (1.17% from 255 or 1.46% from 137); Blue value is 82 (32.42% from 255 or 59.85% from 137); Max value from RGB is 82 - color contains mainly: blue. Hex color #350252 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350252 is #CAFDAD. Grayscale: #1A1A1A. Windows color (decimal): -13303214 or 5374517. OLE color: 5374517.

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

Color convert

RGB 53 2 82 -
CMYK 0.35 0.98 0 0.68
HSL 278.25º 0.95% 0.16% -
HSV(B) 278.25º 0.98% 0.32% -
XYZ 3.01 1.41 8.1 -
YUV 26.37 159.4 147 -
System Red Green Blue C M Y K H S L
Decimal 53 2 82 0.35 0.98 0 0.68 278.25 0.95 0.16
Hex 35 2 52 23 62 0 44 116 5F 10
Octal 65 2 122 43 142 0 104 426 137 20
Binary 110101 10 1010010 100011 1100010 0 1000100 100010110 1011111 10000

Color Harmonies of #350252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350252

Black with #350252

Text Example


Text Example

White with #350252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350252; }

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

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

background-color css

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

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

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

border-color css

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

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

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