Html Css Color HEX #381D44 Blackcurrant

📋 copy color: '#381D44'

red 56 ◦ green 29 ◦ blue 68

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

Shades of Blackcurrant #381D44

Tints of Blackcurrant #381D44

RGB

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

 GREEN value IS 29 (11.72% from 255) = 18.95%

 BLUE value IS 68 (26.95% from 255) = 44.44%

R = 36.6%
G = 18.95%
B = 44.44%

CMYK

 C value IS 0.18

 M value IS 0.57

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#381D44 (or 0x381D44) is known color: Blackcurrant. HEX triplet: 38, 1D and 44. RGB value is (56,29,68). Sum of RGB (Red+Green+Blue) = 56+29+68=153 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.60% from 153); Green value is 29 (11.72% from 255 or 18.95% from 153); Blue value is 68 (26.95% from 255 or 44.44% from 153); Max value from RGB is 68 - color contains mainly: blue. Hex color #381D44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381D44 is #C7E2BB. Grayscale: #292929. Windows color (decimal): -13099708 or 4463928. OLE color: 4463928.

HSL color Cylindrical-coordinate representation of color #381D44: hue angle of 281.54º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #381D44 is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 56 29 68 -
CMYK 0.18 0.57 0 0.73
HSL 281.54º 0.4% 0.19% -
HSV(B) 281.54º 0.57% 0.27% -
XYZ 3.11 2.14 5.72 -
YUV 41.52 142.95 138.33 -
System Red Green Blue C M Y K H S L
Decimal 56 29 68 0.18 0.57 0 0.73 281.54 0.4 0.19
Hex 38 1D 44 12 39 0 49 11A 28 13
Octal 70 35 104 22 71 0 111 432 50 23
Binary 111000 11101 1000100 10010 111001 0 1001001 100011010 101000 10011

Color Harmonies of #381D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381D44

Black with #381D44

Text Example


Text Example

White with #381D44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,29,68); }

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

background-color css

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

 a { background-color: rgb(56,29,68); }

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

border-color css

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

 span { border-color: rgb(56,29,68); }

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