Html Css Color HEX #381B41 Blackcurrant

📋 copy color: '#381B41'

red 56 ◦ green 27 ◦ blue 65

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

Shades of Blackcurrant #381B41

Tints of Blackcurrant #381B41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 43.92%

R = 37.84%
G = 18.24%
B = 43.92%

CMYK

 C value IS 0.14

 M value IS 0.58

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#381B41 (or 0x381B41) is known color: Blackcurrant. HEX triplet: 38, 1B and 41. RGB value is (56,27,65). Sum of RGB (Red+Green+Blue) = 56+27+65=148 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.84% from 148); Green value is 27 (10.94% from 255 or 18.24% from 148); Blue value is 65 (25.78% from 255 or 43.92% from 148); Max value from RGB is 65 - color contains mainly: blue. Hex color #381B41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381B41 is #C7E4BE. Grayscale: #272727. Windows color (decimal): -13100223 or 4266808. OLE color: 4266808.

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

Color convert

RGB 56 27 65 -
CMYK 0.14 0.58 0 0.75
HSL 285.79º 0.41% 0.18% -
HSV(B) 285.79º 0.58% 0.25% -
XYZ 2.98 2.01 5.23 -
YUV 40 142.11 139.41 -
System Red Green Blue C M Y K H S L
Decimal 56 27 65 0.14 0.58 0 0.75 285.79 0.41 0.18
Hex 38 1B 41 E 3A 0 4B 11E 29 12
Octal 70 33 101 16 72 0 113 436 51 22
Binary 111000 11011 1000001 1110 111010 0 1001011 100011110 101001 10010

Color Harmonies of #381B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381B41

Black with #381B41

Text Example


Text Example

White with #381B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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