Html Css Color HEX #360A3F Blackcurrant

📋 copy color: '#360A3F'

red 54 ◦ green 10 ◦ blue 63

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

Shades of Blackcurrant #360A3F

Tints of Blackcurrant #360A3F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 7.87%

 BLUE value IS 63 (25% from 255) = 49.61%

R = 42.52%
G = 7.87%
B = 49.61%

CMYK

 C value IS 0.14

 M value IS 0.84

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#360A3F (or 0x360A3F) is known color: Blackcurrant. HEX triplet: 36, 0A and 3F. RGB value is (54,10,63). Sum of RGB (Red+Green+Blue) = 54+10+63=127 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.52% from 127); Green value is 10 (4.30% from 255 or 7.87% from 127); Blue value is 63 (25% from 255 or 49.61% from 127); Max value from RGB is 63 - color contains mainly: blue. Hex color #360A3F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360A3F is #C9F5C0. Grayscale: #1D1D1D. Windows color (decimal): -13235649 or 4131382. OLE color: 4131382.

HSL color Cylindrical-coordinate representation of color #360A3F: hue angle of 289.81º degrees, saturation: 0.73, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #360A3F is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 54 10 63 -
CMYK 0.14 0.84 0 0.75
HSL 289.81º 0.73% 0.14% -
HSV(B) 289.81º 0.84% 0.25% -
XYZ 2.53 1.36 4.83 -
YUV 29.2 147.08 145.69 -
System Red Green Blue C M Y K H S L
Decimal 54 10 63 0.14 0.84 0 0.75 289.81 0.73 0.14
Hex 36 A 3F E 54 0 4B 122 49 E
Octal 66 12 77 16 124 0 113 442 111 16
Binary 110110 1010 111111 1110 1010100 0 1001011 100100010 1001001 1110

Color Harmonies of #360A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360A3F

Black with #360A3F

Text Example


Text Example

White with #360A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,10,63); }

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

background-color css

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

 a { background-color: rgb(54,10,63); }

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

border-color css

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

 span { border-color: rgb(54,10,63); }

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