Html Css Color HEX #360052 Blackcurrant

📋 copy color: '#360052'

red 54 ◦ green 0 ◦ blue 82

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

Shades of Blackcurrant #360052

Tints of Blackcurrant #360052

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 39.71%
G = 0%
B = 60.29%

CMYK

 C value IS 0.34

 M value IS 1

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#360052 (or 0x360052) is known color: Blackcurrant. HEX triplet: 36, 00 and 52. RGB value is (54,0,82). Sum of RGB (Red+Green+Blue) = 54+0+82=136 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.71% from 136); Green value is 0 (0.39% from 255 or 0% 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 #360052 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360052 is #C9FFAD. Grayscale: #191919. Windows color (decimal): -13238190 or 5374006. OLE color: 5374006.

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

Color convert

RGB 54 0 82 -
CMYK 0.34 1 0 0.68
HSL 279.51º 1% 0.16% -
HSV(B) 279.51º 1% 0.32% -
XYZ 3.04 1.39 8.09 -
YUV 25.49 159.89 148.33 -
System Red Green Blue C M Y K H S L
Decimal 54 0 82 0.34 1 0 0.68 279.51 1 0.16
Hex 36 0 52 22 64 0 44 118 64 10
Octal 66 0 122 42 144 0 104 430 144 20
Binary 110110 0 1010010 100010 1100100 0 1000100 100011000 1100100 10000

Color Harmonies of #360052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360052

Black with #360052

Text Example


Text Example

White with #360052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360052; }

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

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

background-color css

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

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

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

border-color css

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

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

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