Html Css Color HEX #360A3E Blackcurrant

📋 copy color: '#360A3E'

red 54 ◦ green 10 ◦ blue 62

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

Shades of Blackcurrant #360A3E

Tints of Blackcurrant #360A3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 49.21%

R = 42.86%
G = 7.94%
B = 49.21%

CMYK

 C value IS 0.13

 M value IS 0.84

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#360A3E (or 0x360A3E) is known color: Blackcurrant. HEX triplet: 36, 0A and 3E. RGB value is (54,10,62). Sum of RGB (Red+Green+Blue) = 54+10+62=126 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.86% from 126); Green value is 10 (4.30% from 255 or 7.94% from 126); Blue value is 62 (24.61% from 255 or 49.21% from 126); Max value from RGB is 62 - color contains mainly: blue. Hex color #360A3E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360A3E is #C9F5C1. Grayscale: #1C1C1C. Windows color (decimal): -13235650 or 4065846. OLE color: 4065846.

HSL color Cylindrical-coordinate representation of color #360A3E: hue angle of 290.77º degrees, saturation: 0.72, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #360A3E is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 54 10 62 -
CMYK 0.13 0.84 0 0.76
HSL 290.77º 0.72% 0.14% -
HSV(B) 290.77º 0.84% 0.24% -
XYZ 2.5 1.35 4.69 -
YUV 29.08 146.58 145.77 -
System Red Green Blue C M Y K H S L
Decimal 54 10 62 0.13 0.84 0 0.76 290.77 0.72 0.14
Hex 36 A 3E D 54 0 4C 123 48 E
Octal 66 12 76 15 124 0 114 443 110 16
Binary 110110 1010 111110 1101 1010100 0 1001100 100100011 1001000 1110

Color Harmonies of #360A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360A3E

Black with #360A3E

Text Example


Text Example

White with #360A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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