Html Css Color HEX #380D46 Blackcurrant

📋 copy color: '#380D46'

red 56 ◦ green 13 ◦ blue 70

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

Shades of Blackcurrant #380D46

Tints of Blackcurrant #380D46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 50.36%

R = 40.29%
G = 9.35%
B = 50.36%

CMYK

 C value IS 0.20

 M value IS 0.81

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#380D46 (or 0x380D46) is known color: Blackcurrant. HEX triplet: 38, 0D and 46. RGB value is (56,13,70). Sum of RGB (Red+Green+Blue) = 56+13+70=139 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.29% from 139); Green value is 13 (5.47% from 255 or 9.35% from 139); Blue value is 70 (27.73% from 255 or 50.36% from 139); Max value from RGB is 70 - color contains mainly: blue. Hex color #380D46 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380D46 is #C7F2B9. Grayscale: #202020. Windows color (decimal): -13103802 or 4590904. OLE color: 4590904.

HSL color Cylindrical-coordinate representation of color #380D46: hue angle of 285.26º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #380D46 is Cyan = 0.20, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 56 13 70 -
CMYK 0.20 0.81 0 0.73
HSL 285.26º 0.69% 0.16% -
HSV(B) 285.26º 0.81% 0.27% -
XYZ 2.88 1.57 5.95 -
YUV 32.36 149.25 144.87 -
System Red Green Blue C M Y K H S L
Decimal 56 13 70 0.20 0.81 0 0.73 285.26 0.69 0.16
Hex 38 D 46 14 51 0 49 11D 45 10
Octal 70 15 106 24 121 0 111 435 105 20
Binary 111000 1101 1000110 10100 1010001 0 1001001 100011101 1000101 10000

Color Harmonies of #380D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380D46

Black with #380D46

Text Example


Text Example

White with #380D46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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