Html Css Color HEX #381C3F Blackcurrant

📋 copy color: '#381C3F'

red 56 ◦ green 28 ◦ blue 63

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

Shades of Blackcurrant #381C3F

Tints of Blackcurrant #381C3F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 19.05%

 BLUE value IS 63 (25% from 255) = 42.86%

R = 38.1%
G = 19.05%
B = 42.86%

CMYK

 C value IS 0.11

 M value IS 0.56

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#381C3F (or 0x381C3F) is known color: Blackcurrant. HEX triplet: 38, 1C and 3F. RGB value is (56,28,63). Sum of RGB (Red+Green+Blue) = 56+28+63=147 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.10% from 147); Green value is 28 (11.33% from 255 or 19.05% from 147); Blue value is 63 (25% from 255 or 42.86% from 147); Max value from RGB is 63 - color contains mainly: blue. Hex color #381C3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381C3F is #C7E3C0. Grayscale: #282828. Windows color (decimal): -13099969 or 4135992. OLE color: 4135992.

HSL color Cylindrical-coordinate representation of color #381C3F: hue angle of 288º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #381C3F is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 56 28 63 -
CMYK 0.11 0.56 0 0.75
HSL 288º 0.38% 0.18% -
HSV(B) 288º 0.56% 0.25% -
XYZ 2.94 2.03 4.94 -
YUV 40.36 140.78 139.15 -
System Red Green Blue C M Y K H S L
Decimal 56 28 63 0.11 0.56 0 0.75 288 0.38 0.18
Hex 38 1C 3F B 38 0 4B 120 26 12
Octal 70 34 77 13 70 0 113 440 46 22
Binary 111000 11100 111111 1011 111000 0 1001011 100100000 100110 10010

Color Harmonies of #381C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381C3F

Black with #381C3F

Text Example


Text Example

White with #381C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381C3F; }

 p { color: rgb(56,28,63); }

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

background-color css

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

 a { background-color: rgb(56,28,63); }

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

border-color css

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

 span { border-color: rgb(56,28,63); }

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