Html Css Color HEX #360248 Blackcurrant

📋 copy color: '#360248'

red 54 ◦ green 2 ◦ blue 72

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

Shades of Blackcurrant #360248

Tints of Blackcurrant #360248

RGB

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

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

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

R = 42.19%
G = 1.56%
B = 56.25%

CMYK

 C value IS 0.25

 M value IS 0.97

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#360248 (or 0x360248) is known color: Blackcurrant. HEX triplet: 36, 02 and 48. RGB value is (54,2,72). Sum of RGB (Red+Green+Blue) = 54+2+72=128 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.19% from 128); Green value is 2 (1.17% from 255 or 1.56% from 128); Blue value is 72 (28.52% from 255 or 56.25% from 128); Max value from RGB is 72 - color contains mainly: blue. Hex color #360248 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360248 is #C9FDB7. Grayscale: #191919. Windows color (decimal): -13237688 or 4719158. OLE color: 4719158.

HSL color Cylindrical-coordinate representation of color #360248: hue angle of 284.57º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #360248 is Cyan = 0.25, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 54 2 72 -
CMYK 0.25 0.97 0 0.72
HSL 284.57º 0.95% 0.15% -
HSV(B) 284.57º 0.97% 0.28% -
XYZ 2.71 1.3 6.24 -
YUV 25.53 154.23 148.31 -
System Red Green Blue C M Y K H S L
Decimal 54 2 72 0.25 0.97 0 0.72 284.57 0.95 0.15
Hex 36 2 48 19 61 0 48 11D 5F F
Octal 66 2 110 31 141 0 110 435 137 17
Binary 110110 10 1001000 11001 1100001 0 1001000 100011101 1011111 1111

Color Harmonies of #360248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360248

Black with #360248

Text Example


Text Example

White with #360248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360248; }

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

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

background-color css

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

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

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

border-color css

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

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

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