Html Css Color HEX #381849 Blackcurrant

📋 copy color: '#381849'

red 56 ◦ green 24 ◦ blue 73

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

Shades of Blackcurrant #381849

Tints of Blackcurrant #381849

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.69%

 BLUE value IS 73 (28.91% from 255) = 47.71%

R = 36.6%
G = 15.69%
B = 47.71%

CMYK

 C value IS 0.23

 M value IS 0.67

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#381849 (or 0x381849) is known color: Blackcurrant. HEX triplet: 38, 18 and 49. RGB value is (56,24,73). Sum of RGB (Red+Green+Blue) = 56+24+73=153 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.60% from 153); Green value is 24 (9.77% from 255 or 15.69% from 153); Blue value is 73 (28.91% from 255 or 47.71% from 153); Max value from RGB is 73 - color contains mainly: blue. Hex color #381849 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381849 is #C7E7B6. Grayscale: #262626. Windows color (decimal): -13100983 or 4790328. OLE color: 4790328.

HSL color Cylindrical-coordinate representation of color #381849: hue angle of 279.18º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #381849 is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 56 24 73 -
CMYK 0.23 0.67 0 0.71
HSL 279.18º 0.51% 0.19% -
HSV(B) 279.18º 0.67% 0.29% -
XYZ 3.16 1.98 6.52 -
YUV 39.15 147.1 140.02 -
System Red Green Blue C M Y K H S L
Decimal 56 24 73 0.23 0.67 0 0.71 279.18 0.51 0.19
Hex 38 18 49 17 43 0 47 117 33 13
Octal 70 30 111 27 103 0 107 427 63 23
Binary 111000 11000 1001001 10111 1000011 0 1000111 100010111 110011 10011

Color Harmonies of #381849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381849

Black with #381849

Text Example


Text Example

White with #381849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381849; }

 p { color: rgb(56,24,73); }

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

background-color css

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

 a { background-color: rgb(56,24,73); }

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

border-color css

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

 span { border-color: rgb(56,24,73); }

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