Html Css Color HEX #350152 Blackcurrant

📋 copy color: '#350152'

red 53 ◦ green 1 ◦ blue 82

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

Shades of Blackcurrant #350152

Tints of Blackcurrant #350152

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.74%

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

R = 38.97%
G = 0.74%
B = 60.29%

CMYK

 C value IS 0.35

 M value IS 0.99

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#350152 (or 0x350152) is known color: Blackcurrant. HEX triplet: 35, 01 and 52. RGB value is (53,1,82). Sum of RGB (Red+Green+Blue) = 53+1+82=136 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.97% from 136); Green value is 1 (0.78% from 255 or 0.74% from 136); Blue value is 82 (32.42% from 255 or 60.29% from 136); Max value from RGB is 82 - color contains mainly: blue. Hex color #350152 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350152 is #CAFEAD. Grayscale: #191919. Windows color (decimal): -13303470 or 5374261. OLE color: 5374261.

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

Color convert

RGB 53 1 82 -
CMYK 0.35 0.99 0 0.68
HSL 278.52º 0.98% 0.16% -
HSV(B) 278.52º 0.99% 0.32% -
XYZ 3 1.39 8.09 -
YUV 25.78 159.73 147.41 -
System Red Green Blue C M Y K H S L
Decimal 53 1 82 0.35 0.99 0 0.68 278.52 0.98 0.16
Hex 35 1 52 23 63 0 44 117 62 10
Octal 65 1 122 43 143 0 104 427 142 20
Binary 110101 1 1010010 100011 1100011 0 1000100 100010111 1100010 10000

Color Harmonies of #350152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350152

Black with #350152

Text Example


Text Example

White with #350152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350152; }

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

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

background-color css

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

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

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

border-color css

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

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

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