Html Css Color HEX #380954 Blackcurrant

📋 copy color: '#380954'

red 56 ◦ green 9 ◦ blue 84

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

Shades of Blackcurrant #380954

Tints of Blackcurrant #380954

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.04%

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

R = 37.58%
G = 6.04%
B = 56.38%

CMYK

 C value IS 0.33

 M value IS 0.89

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#380954 (or 0x380954) is known color: Blackcurrant. HEX triplet: 38, 09 and 54. RGB value is (56,9,84). Sum of RGB (Red+Green+Blue) = 56+9+84=149 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.58% from 149); Green value is 9 (3.91% from 255 or 6.04% from 149); Blue value is 84 (33.20% from 255 or 56.38% from 149); Max value from RGB is 84 - color contains mainly: blue. Hex color #380954 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380954 is #C7F6AB. Grayscale: #1F1F1F. Windows color (decimal): -13104812 or 5507384. OLE color: 5507384.

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

Color convert

RGB 56 9 84 -
CMYK 0.33 0.89 0 0.67
HSL 277.6º 0.81% 0.18% -
HSV(B) 277.6º 0.89% 0.33% -
XYZ 3.33 1.68 8.54 -
YUV 31.6 157.57 145.4 -
System Red Green Blue C M Y K H S L
Decimal 56 9 84 0.33 0.89 0 0.67 277.6 0.81 0.18
Hex 38 9 54 21 59 0 43 116 51 12
Octal 70 11 124 41 131 0 103 426 121 22
Binary 111000 1001 1010100 100001 1011001 0 1000011 100010110 1010001 10010

Color Harmonies of #380954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380954

Black with #380954

Text Example


Text Example

White with #380954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380954; }

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

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

background-color css

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

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

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

border-color css

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

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

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