Html Css Color HEX #360252 Blackcurrant

📋 copy color: '#360252'

red 54 ◦ green 2 ◦ blue 82

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

Shades of Blackcurrant #360252

Tints of Blackcurrant #360252

RGB

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

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

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

R = 39.13%
G = 1.45%
B = 59.42%

CMYK

 C value IS 0.34

 M value IS 0.98

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#360252 (or 0x360252) is known color: Blackcurrant. HEX triplet: 36, 02 and 52. RGB value is (54,2,82). Sum of RGB (Red+Green+Blue) = 54+2+82=138 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.13% from 138); Green value is 2 (1.17% from 255 or 1.45% from 138); Blue value is 82 (32.42% from 255 or 59.42% from 138); Max value from RGB is 82 - color contains mainly: blue. Hex color #360252 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360252 is #C9FDAD. Grayscale: #1A1A1A. Windows color (decimal): -13237678 or 5374518. OLE color: 5374518.

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

Color convert

RGB 54 2 82 -
CMYK 0.34 0.98 0 0.68
HSL 279º 0.95% 0.16% -
HSV(B) 279º 0.98% 0.32% -
XYZ 3.07 1.44 8.1 -
YUV 26.67 159.23 147.5 -
System Red Green Blue C M Y K H S L
Decimal 54 2 82 0.34 0.98 0 0.68 279 0.95 0.16
Hex 36 2 52 22 62 0 44 117 5F 10
Octal 66 2 122 42 142 0 104 427 137 20
Binary 110110 10 1010010 100010 1100010 0 1000100 100010111 1011111 10000

Color Harmonies of #360252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360252

Black with #360252

Text Example


Text Example

White with #360252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360252; }

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

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

background-color css

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

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

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

border-color css

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

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

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