Html Css Color HEX #380849 Blackcurrant

📋 copy color: '#380849'

red 56 ◦ green 8 ◦ blue 73

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

Shades of Blackcurrant #380849

Tints of Blackcurrant #380849

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.84%

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

R = 40.88%
G = 5.84%
B = 53.28%

CMYK

 C value IS 0.23

 M value IS 0.89

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#380849 (or 0x380849) is known color: Blackcurrant. HEX triplet: 38, 08 and 49. RGB value is (56,8,73). Sum of RGB (Red+Green+Blue) = 56+8+73=137 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.88% from 137); Green value is 8 (3.52% from 255 or 5.84% from 137); Blue value is 73 (28.91% from 255 or 53.28% from 137); Max value from RGB is 73 - color contains mainly: blue. Hex color #380849 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380849 is #C7F7B6. Grayscale: #1D1D1D. Windows color (decimal): -13105079 or 4786232. OLE color: 4786232.

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

Color convert

RGB 56 8 73 -
CMYK 0.23 0.89 0 0.71
HSL 284.31º 0.8% 0.16% -
HSV(B) 284.31º 0.89% 0.29% -
XYZ 2.92 1.5 6.44 -
YUV 29.76 152.4 146.71 -
System Red Green Blue C M Y K H S L
Decimal 56 8 73 0.23 0.89 0 0.71 284.31 0.8 0.16
Hex 38 8 49 17 59 0 47 11C 50 10
Octal 70 10 111 27 131 0 107 434 120 20
Binary 111000 1000 1001001 10111 1011001 0 1000111 100011100 1010000 10000

Color Harmonies of #380849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380849

Black with #380849

Text Example


Text Example

White with #380849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380849; }

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

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

background-color css

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

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

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

border-color css

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

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

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