Html Css Color HEX #360250 Blackcurrant

📋 copy color: '#360250'

red 54 ◦ green 2 ◦ blue 80

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

Shades of Blackcurrant #360250

Tints of Blackcurrant #360250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 58.82%

R = 39.71%
G = 1.47%
B = 58.82%

CMYK

 C value IS 0.33

 M value IS 0.98

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#360250 (or 0x360250) is known color: Blackcurrant. HEX triplet: 36, 02 and 50. RGB value is (54,2,80). Sum of RGB (Red+Green+Blue) = 54+2+80=136 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.71% from 136); Green value is 2 (1.17% from 255 or 1.47% from 136); Blue value is 80 (31.64% from 255 or 58.82% from 136); Max value from RGB is 80 - color contains mainly: blue. Hex color #360250 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360250 is #C9FDAF. Grayscale: #1A1A1A. Windows color (decimal): -13237680 or 5243446. OLE color: 5243446.

HSL color Cylindrical-coordinate representation of color #360250: hue angle of 280º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #360250 is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 54 2 80 -
CMYK 0.33 0.98 0 0.69
HSL 280º 0.95% 0.16% -
HSV(B) 280º 0.98% 0.31% -
XYZ 2.99 1.41 7.7 -
YUV 26.44 158.23 147.66 -
System Red Green Blue C M Y K H S L
Decimal 54 2 80 0.33 0.98 0 0.69 280 0.95 0.16
Hex 36 2 50 21 62 0 45 118 5F 10
Octal 66 2 120 41 142 0 105 430 137 20
Binary 110110 10 1010000 100001 1100010 0 1000101 100011000 1011111 10000

Color Harmonies of #360250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360250

Black with #360250

Text Example


Text Example

White with #360250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360250; }

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

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

background-color css

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

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

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

border-color css

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

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

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