Html Css Color HEX #380F48 Blackcurrant

📋 copy color: '#380F48'

red 56 ◦ green 15 ◦ blue 72

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

Shades of Blackcurrant #380F48

Tints of Blackcurrant #380F48

RGB

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

 GREEN value IS 15 (6.25% from 255) = 10.49%

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

R = 39.16%
G = 10.49%
B = 50.35%

CMYK

 C value IS 0.22

 M value IS 0.79

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#380F48 (or 0x380F48) is known color: Blackcurrant. HEX triplet: 38, 0F and 48. RGB value is (56,15,72). Sum of RGB (Red+Green+Blue) = 56+15+72=143 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.16% from 143); Green value is 15 (6.25% from 255 or 10.49% from 143); Blue value is 72 (28.52% from 255 or 50.35% from 143); Max value from RGB is 72 - color contains mainly: blue. Hex color #380F48 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380F48 is #C7F0B7. Grayscale: #212121. Windows color (decimal): -13103288 or 4722488. OLE color: 4722488.

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

Color convert

RGB 56 15 72 -
CMYK 0.22 0.79 0 0.72
HSL 283.16º 0.66% 0.17% -
HSV(B) 283.16º 0.79% 0.28% -
XYZ 2.97 1.65 6.29 -
YUV 33.76 149.58 143.87 -
System Red Green Blue C M Y K H S L
Decimal 56 15 72 0.22 0.79 0 0.72 283.16 0.66 0.17
Hex 38 F 48 16 4F 0 48 11B 42 11
Octal 70 17 110 26 117 0 110 433 102 21
Binary 111000 1111 1001000 10110 1001111 0 1001000 100011011 1000010 10001

Color Harmonies of #380F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380F48

Black with #380F48

Text Example


Text Example

White with #380F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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