Html Css Color HEX #380754 Blackcurrant

📋 copy color: '#380754'

red 56 ◦ green 7 ◦ blue 84

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

Shades of Blackcurrant #380754

Tints of Blackcurrant #380754

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.76%

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

R = 38.1%
G = 4.76%
B = 57.14%

CMYK

 C value IS 0.33

 M value IS 0.92

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#380754 (or 0x380754) is known color: Blackcurrant. HEX triplet: 38, 07 and 54. RGB value is (56,7,84). Sum of RGB (Red+Green+Blue) = 56+7+84=147 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.10% from 147); Green value is 7 (3.12% from 255 or 4.76% from 147); Blue value is 84 (33.20% from 255 or 57.14% from 147); Max value from RGB is 84 - color contains mainly: blue. Hex color #380754 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380754 is #C7F8AB. Grayscale: #1E1E1E. Windows color (decimal): -13105324 or 5506872. OLE color: 5506872.

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

Color convert

RGB 56 7 84 -
CMYK 0.33 0.92 0 0.67
HSL 278.18º 0.85% 0.18% -
HSV(B) 278.18º 0.92% 0.33% -
XYZ 3.31 1.63 8.53 -
YUV 30.43 158.23 146.24 -
System Red Green Blue C M Y K H S L
Decimal 56 7 84 0.33 0.92 0 0.67 278.18 0.85 0.18
Hex 38 7 54 21 5C 0 43 116 55 12
Octal 70 7 124 41 134 0 103 426 125 22
Binary 111000 111 1010100 100001 1011100 0 1000011 100010110 1010101 10010

Color Harmonies of #380754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380754

Black with #380754

Text Example


Text Example

White with #380754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380754; }

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

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

background-color css

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

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

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

border-color css

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

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

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