Html Css Color HEX #381046 Blackcurrant

📋 copy color: '#381046'

red 56 ◦ green 16 ◦ blue 70

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

Shades of Blackcurrant #381046

Tints of Blackcurrant #381046

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.27%

 BLUE value IS 70 (27.73% from 255) = 49.3%

R = 39.44%
G = 11.27%
B = 49.3%

CMYK

 C value IS 0.20

 M value IS 0.77

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#381046 (or 0x381046) is known color: Blackcurrant. HEX triplet: 38, 10 and 46. RGB value is (56,16,70). Sum of RGB (Red+Green+Blue) = 56+16+70=142 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.44% from 142); Green value is 16 (6.64% from 255 or 11.27% from 142); Blue value is 70 (27.73% from 255 or 49.30% from 142); Max value from RGB is 70 - color contains mainly: blue. Hex color #381046 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381046 is #C7EFB9. Grayscale: #212121. Windows color (decimal): -13103034 or 4591672. OLE color: 4591672.

HSL color Cylindrical-coordinate representation of color #381046: hue angle of 284.44º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #381046 is Cyan = 0.20, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 56 16 70 -
CMYK 0.20 0.77 0 0.73
HSL 284.44º 0.63% 0.17% -
HSV(B) 284.44º 0.77% 0.27% -
XYZ 2.92 1.65 5.96 -
YUV 34.12 148.25 143.61 -
System Red Green Blue C M Y K H S L
Decimal 56 16 70 0.20 0.77 0 0.73 284.44 0.63 0.17
Hex 38 10 46 14 4D 0 49 11C 3F 11
Octal 70 20 106 24 115 0 111 434 77 21
Binary 111000 10000 1000110 10100 1001101 0 1001001 100011100 111111 10001

Color Harmonies of #381046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381046

Black with #381046

Text Example


Text Example

White with #381046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381046; }

 p { color: rgb(56,16,70); }

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

background-color css

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

 a { background-color: rgb(56,16,70); }

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

border-color css

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

 span { border-color: rgb(56,16,70); }

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