Html Css Color HEX #381B3F Blackcurrant

📋 copy color: '#381B3F'

red 56 ◦ green 27 ◦ blue 63

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

Shades of Blackcurrant #381B3F

Tints of Blackcurrant #381B3F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 18.49%

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

R = 38.36%
G = 18.49%
B = 43.15%

CMYK

 C value IS 0.11

 M value IS 0.57

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#381B3F (or 0x381B3F) is known color: Blackcurrant. HEX triplet: 38, 1B and 3F. RGB value is (56,27,63). Sum of RGB (Red+Green+Blue) = 56+27+63=146 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.36% from 146); Green value is 27 (10.94% from 255 or 18.49% from 146); Blue value is 63 (25% from 255 or 43.15% from 146); Max value from RGB is 63 - color contains mainly: blue. Hex color #381B3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381B3F is #C7E4C0. Grayscale: #272727. Windows color (decimal): -13100225 or 4135736. OLE color: 4135736.

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

Color convert

RGB 56 27 63 -
CMYK 0.11 0.57 0 0.75
HSL 288.33º 0.4% 0.18% -
HSV(B) 288.33º 0.57% 0.25% -
XYZ 2.92 1.98 4.93 -
YUV 39.78 141.11 139.57 -
System Red Green Blue C M Y K H S L
Decimal 56 27 63 0.11 0.57 0 0.75 288.33 0.4 0.18
Hex 38 1B 3F B 39 0 4B 120 28 12
Octal 70 33 77 13 71 0 113 440 50 22
Binary 111000 11011 111111 1011 111001 0 1001011 100100000 101000 10010

Color Harmonies of #381B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381B3F

Black with #381B3F

Text Example


Text Example

White with #381B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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