Html Css Color HEX #360D48 Blackcurrant

📋 copy color: '#360D48'

red 54 ◦ green 13 ◦ blue 72

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

Shades of Blackcurrant #360D48

Tints of Blackcurrant #360D48

RGB

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

 GREEN value IS 13 (5.47% from 255) = 9.35%

 BLUE value IS 72 (28.52% from 255) = 51.8%

R = 38.85%
G = 9.35%
B = 51.8%

CMYK

 C value IS 0.25

 M value IS 0.82

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#360D48 (or 0x360D48) is known color: Blackcurrant. HEX triplet: 36, 0D and 48. RGB value is (54,13,72). Sum of RGB (Red+Green+Blue) = 54+13+72=139 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.85% from 139); Green value is 13 (5.47% from 255 or 9.35% from 139); Blue value is 72 (28.52% from 255 or 51.80% from 139); Max value from RGB is 72 - color contains mainly: blue. Hex color #360D48 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360D48 is #C9F2B7. Grayscale: #1F1F1F. Windows color (decimal): -13234872 or 4721974. OLE color: 4721974.

HSL color Cylindrical-coordinate representation of color #360D48: hue angle of 281.69º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #360D48 is Cyan = 0.25, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 54 13 72 -
CMYK 0.25 0.82 0 0.72
HSL 281.69º 0.69% 0.17% -
HSV(B) 281.69º 0.82% 0.28% -
XYZ 2.83 1.54 6.28 -
YUV 31.99 150.58 143.7 -
System Red Green Blue C M Y K H S L
Decimal 54 13 72 0.25 0.82 0 0.72 281.69 0.69 0.17
Hex 36 D 48 19 52 0 48 11A 45 11
Octal 66 15 110 31 122 0 110 432 105 21
Binary 110110 1101 1001000 11001 1010010 0 1001000 100011010 1000101 10001

Color Harmonies of #360D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360D48

Black with #360D48

Text Example


Text Example

White with #360D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,13,72); }

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

background-color css

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

 a { background-color: rgb(54,13,72); }

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

border-color css

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

 span { border-color: rgb(54,13,72); }

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