Html Css Color HEX #360B47 Blackcurrant

📋 copy color: '#360B47'

red 54 ◦ green 11 ◦ blue 71

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

Shades of Blackcurrant #360B47

Tints of Blackcurrant #360B47

RGB

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

 GREEN value IS 11 (4.69% from 255) = 8.09%

 BLUE value IS 71 (28.13% from 255) = 52.21%

R = 39.71%
G = 8.09%
B = 52.21%

CMYK

 C value IS 0.24

 M value IS 0.85

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#360B47 (or 0x360B47) is known color: Blackcurrant. HEX triplet: 36, 0B and 47. RGB value is (54,11,71). Sum of RGB (Red+Green+Blue) = 54+11+71=136 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.71% from 136); Green value is 11 (4.69% from 255 or 8.09% from 136); Blue value is 71 (28.12% from 255 or 52.21% from 136); Max value from RGB is 71 - color contains mainly: blue. Hex color #360B47 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360B47 is #C9F4B8. Grayscale: #1E1E1E. Windows color (decimal): -13235385 or 4655926. OLE color: 4655926.

HSL color Cylindrical-coordinate representation of color #360B47: hue angle of 283º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #360B47 is Cyan = 0.24, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 54 11 71 -
CMYK 0.24 0.85 0 0.72
HSL 283º 0.73% 0.16% -
HSV(B) 283º 0.85% 0.28% -
XYZ 2.78 1.48 6.1 -
YUV 30.7 150.75 144.62 -
System Red Green Blue C M Y K H S L
Decimal 54 11 71 0.24 0.85 0 0.72 283 0.73 0.16
Hex 36 B 47 18 55 0 48 11B 49 10
Octal 66 13 107 30 125 0 110 433 111 20
Binary 110110 1011 1000111 11000 1010101 0 1001000 100011011 1001001 10000

Color Harmonies of #360B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360B47

Black with #360B47

Text Example


Text Example

White with #360B47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360B47; }

 p { color: rgb(54,11,71); }

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

background-color css

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

 a { background-color: rgb(54,11,71); }

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

border-color css

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

 span { border-color: rgb(54,11,71); }

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