Html Css Color HEX #380D48 Blackcurrant

📋 copy color: '#380D48'

red 56 ◦ green 13 ◦ blue 72

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

Shades of Blackcurrant #380D48

Tints of Blackcurrant #380D48

RGB

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

 GREEN value IS 13 (5.47% from 255) = 9.22%

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

R = 39.72%
G = 9.22%
B = 51.06%

CMYK

 C value IS 0.22

 M value IS 0.82

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#380D48 (or 0x380D48) is known color: Blackcurrant. HEX triplet: 38, 0D and 48. RGB value is (56,13,72). Sum of RGB (Red+Green+Blue) = 56+13+72=141 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.72% from 141); Green value is 13 (5.47% from 255 or 9.22% from 141); Blue value is 72 (28.52% from 255 or 51.06% from 141); Max value from RGB is 72 - color contains mainly: blue. Hex color #380D48 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380D48 is #C7F2B7. Grayscale: #202020. Windows color (decimal): -13103800 or 4721976. OLE color: 4721976.

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

Color convert

RGB 56 13 72 -
CMYK 0.22 0.82 0 0.72
HSL 283.73º 0.69% 0.17% -
HSV(B) 283.73º 0.82% 0.28% -
XYZ 2.94 1.6 6.28 -
YUV 32.58 150.25 144.7 -
System Red Green Blue C M Y K H S L
Decimal 56 13 72 0.22 0.82 0 0.72 283.73 0.69 0.17
Hex 38 D 48 16 52 0 48 11C 45 11
Octal 70 15 110 26 122 0 110 434 105 21
Binary 111000 1101 1001000 10110 1010010 0 1001000 100011100 1000101 10001

Color Harmonies of #380D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380D48

Black with #380D48

Text Example


Text Example

White with #380D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380D48; }

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

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

background-color css

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

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

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

border-color css

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

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

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