Html Css Color HEX #361252 Blackcurrant

📋 copy color: '#361252'

red 54 ◦ green 18 ◦ blue 82

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

Shades of Blackcurrant #361252

Tints of Blackcurrant #361252

RGB

 RED value IS 54 (21.48% from 255) = 35.06%

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

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

R = 35.06%
G = 11.69%
B = 53.25%

CMYK

 C value IS 0.34

 M value IS 0.78

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#361252 (or 0x361252) is known color: Blackcurrant. HEX triplet: 36, 12 and 52. RGB value is (54,18,82). Sum of RGB (Red+Green+Blue) = 54+18+82=154 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.06% from 154); Green value is 18 (7.42% from 255 or 11.69% from 154); Blue value is 82 (32.42% from 255 or 53.25% from 154); Max value from RGB is 82 - color contains mainly: blue. Hex color #361252 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #361252 is #C9EDAD. Grayscale: #232323. Windows color (decimal): -13233582 or 5378614. OLE color: 5378614.

HSL color Cylindrical-coordinate representation of color #361252: hue angle of 273.75º 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 #361252 is Cyan = 0.34, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 54 18 82 -
CMYK 0.34 0.78 0 0.68
HSL 273.75º 0.64% 0.2% -
HSV(B) 273.75º 0.78% 0.32% -
XYZ 3.26 1.83 8.16 -
YUV 36.06 153.93 140.8 -
System Red Green Blue C M Y K H S L
Decimal 54 18 82 0.34 0.78 0 0.68 273.75 0.64 0.2
Hex 36 12 52 22 4E 0 44 112 40 14
Octal 66 22 122 42 116 0 104 422 100 24
Binary 110110 10010 1010010 100010 1001110 0 1000100 100010010 1000000 10100

Color Harmonies of #361252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361252

Black with #361252

Text Example


Text Example

White with #361252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361252; }

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

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

background-color css

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

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

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

border-color css

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

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

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