Html Css Color HEX #380748 Blackcurrant

📋 copy color: '#380748'

red 56 ◦ green 7 ◦ blue 72

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

Shades of Blackcurrant #380748

Tints of Blackcurrant #380748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 53.33%

R = 41.48%
G = 5.19%
B = 53.33%

CMYK

 C value IS 0.22

 M value IS 0.90

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#380748 (or 0x380748) is known color: Blackcurrant. HEX triplet: 38, 07 and 48. RGB value is (56,7,72). Sum of RGB (Red+Green+Blue) = 56+7+72=135 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.48% from 135); Green value is 7 (3.12% from 255 or 5.19% from 135); Blue value is 72 (28.52% from 255 or 53.33% from 135); Max value from RGB is 72 - color contains mainly: blue. Hex color #380748 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380748 is #C7F8B7. Grayscale: #1C1C1C. Windows color (decimal): -13105336 or 4720440. OLE color: 4720440.

HSL color Cylindrical-coordinate representation of color #380748: hue angle of 285.23º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #380748 is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 56 7 72 -
CMYK 0.22 0.90 0 0.72
HSL 285.23º 0.82% 0.15% -
HSV(B) 285.23º 0.9% 0.28% -
XYZ 2.88 1.46 6.26 -
YUV 29.06 152.23 147.21 -
System Red Green Blue C M Y K H S L
Decimal 56 7 72 0.22 0.90 0 0.72 285.23 0.82 0.15
Hex 38 7 48 16 5A 0 48 11D 52 F
Octal 70 7 110 26 132 0 110 435 122 17
Binary 111000 111 1001000 10110 1011010 0 1001000 100011101 1010010 1111

Color Harmonies of #380748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380748

Black with #380748

Text Example


Text Example

White with #380748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380748; }

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

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

background-color css

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

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

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

border-color css

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

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

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