Html Css Color HEX #360153 Blackcurrant

📋 copy color: '#360153'

red 54 ◦ green 1 ◦ blue 83

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

Shades of Blackcurrant #360153

Tints of Blackcurrant #360153

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.72%

 BLUE value IS 83 (32.81% from 255) = 60.14%

R = 39.13%
G = 0.72%
B = 60.14%

CMYK

 C value IS 0.35

 M value IS 0.99

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#360153 (or 0x360153) is known color: Blackcurrant. HEX triplet: 36, 01 and 53. RGB value is (54,1,83). Sum of RGB (Red+Green+Blue) = 54+1+83=138 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.13% from 138); Green value is 1 (0.78% from 255 or 0.72% from 138); Blue value is 83 (32.81% from 255 or 60.14% from 138); Max value from RGB is 83 - color contains mainly: blue. Hex color #360153 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360153 is #C9FEAC. Grayscale: #191919. Windows color (decimal): -13237933 or 5439798. OLE color: 5439798.

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

Color convert

RGB 54 1 83 -
CMYK 0.35 0.99 0 0.67
HSL 278.78º 0.98% 0.16% -
HSV(B) 278.78º 0.99% 0.33% -
XYZ 3.09 1.43 8.3 -
YUV 26.2 160.06 147.83 -
System Red Green Blue C M Y K H S L
Decimal 54 1 83 0.35 0.99 0 0.67 278.78 0.98 0.16
Hex 36 1 53 23 63 0 43 117 62 10
Octal 66 1 123 43 143 0 103 427 142 20
Binary 110110 1 1010011 100011 1100011 0 1000011 100010111 1100010 10000

Color Harmonies of #360153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360153

Black with #360153

Text Example


Text Example

White with #360153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360153; }

 p { color: rgb(54,1,83); }

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

background-color css

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

 a { background-color: rgb(54,1,83); }

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

border-color css

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

 span { border-color: rgb(54,1,83); }

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