Html Css Color HEX #360852 Blackcurrant

📋 copy color: '#360852'

red 54 ◦ green 8 ◦ blue 82

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

Shades of Blackcurrant #360852

Tints of Blackcurrant #360852

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.56%

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

R = 37.5%
G = 5.56%
B = 56.94%

CMYK

 C value IS 0.34

 M value IS 0.90

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#360852 (or 0x360852) is known color: Blackcurrant. HEX triplet: 36, 08 and 52. RGB value is (54,8,82). Sum of RGB (Red+Green+Blue) = 54+8+82=144 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.5% from 144); Green value is 8 (3.52% from 255 or 5.56% from 144); Blue value is 82 (32.42% from 255 or 56.94% from 144); Max value from RGB is 82 - color contains mainly: blue. Hex color #360852 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360852 is #C9F7AD. Grayscale: #1D1D1D. Windows color (decimal): -13236142 or 5376054. OLE color: 5376054.

HSL color Cylindrical-coordinate representation of color #360852: hue angle of 277.3º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #360852 is Cyan = 0.34, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 54 8 82 -
CMYK 0.34 0.90 0 0.68
HSL 277.3º 0.82% 0.18% -
HSV(B) 277.3º 0.9% 0.32% -
XYZ 3.13 1.57 8.12 -
YUV 30.19 157.24 144.98 -
System Red Green Blue C M Y K H S L
Decimal 54 8 82 0.34 0.90 0 0.68 277.3 0.82 0.18
Hex 36 8 52 22 5A 0 44 115 52 12
Octal 66 10 122 42 132 0 104 425 122 22
Binary 110110 1000 1010010 100010 1011010 0 1000100 100010101 1010010 10010

Color Harmonies of #360852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360852

Black with #360852

Text Example


Text Example

White with #360852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360852; }

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

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

background-color css

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

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

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

border-color css

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

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

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