Html Css Color HEX #380554 Blackcurrant

📋 copy color: '#380554'

red 56 ◦ green 5 ◦ blue 84

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

Shades of Blackcurrant #380554

Tints of Blackcurrant #380554

RGB

 RED value IS 56 (22.27% from 255) = 38.62%

 GREEN value IS 5 (2.34% from 255) = 3.45%

 BLUE value IS 84 (33.2% from 255) = 57.93%

R = 38.62%
G = 3.45%
B = 57.93%

CMYK

 C value IS 0.33

 M value IS 0.94

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#380554 (or 0x380554) is known color: Blackcurrant. HEX triplet: 38, 05 and 54. RGB value is (56,5,84). Sum of RGB (Red+Green+Blue) = 56+5+84=145 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.62% from 145); Green value is 5 (2.34% from 255 or 3.45% from 145); Blue value is 84 (33.20% from 255 or 57.93% from 145); Max value from RGB is 84 - color contains mainly: blue. Hex color #380554 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380554 is #C7FAAB. Grayscale: #1C1C1C. Windows color (decimal): -13105836 or 5506360. OLE color: 5506360.

HSL color Cylindrical-coordinate representation of color #380554: hue angle of 278.73º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #380554 is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 56 5 84 -
CMYK 0.33 0.94 0 0.67
HSL 278.73º 0.89% 0.17% -
HSV(B) 278.73º 0.94% 0.33% -
XYZ 3.29 1.59 8.52 -
YUV 29.26 158.9 147.08 -
System Red Green Blue C M Y K H S L
Decimal 56 5 84 0.33 0.94 0 0.67 278.73 0.89 0.17
Hex 38 5 54 21 5E 0 43 117 59 11
Octal 70 5 124 41 136 0 103 427 131 21
Binary 111000 101 1010100 100001 1011110 0 1000011 100010111 1011001 10001

Color Harmonies of #380554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380554

Black with #380554

Text Example


Text Example

White with #380554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380554; }

 p { color: rgb(56,5,84); }

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

background-color css

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

 a { background-color: rgb(56,5,84); }

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

border-color css

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

 span { border-color: rgb(56,5,84); }

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