Html Css Color HEX #381846 Blackcurrant

📋 copy color: '#381846'

red 56 ◦ green 24 ◦ blue 70

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

Shades of Blackcurrant #381846

Tints of Blackcurrant #381846

RGB

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

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

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

R = 37.33%
G = 16%
B = 46.67%

CMYK

 C value IS 0.20

 M value IS 0.66

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#381846 (or 0x381846) is known color: Blackcurrant. HEX triplet: 38, 18 and 46. RGB value is (56,24,70). Sum of RGB (Red+Green+Blue) = 56+24+70=150 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.33% from 150); Green value is 24 (9.77% from 255 or 16% from 150); Blue value is 70 (27.73% from 255 or 46.67% from 150); Max value from RGB is 70 - color contains mainly: blue. Hex color #381846 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381846 is #C7E7B9. Grayscale: #262626. Windows color (decimal): -13100986 or 4593720. OLE color: 4593720.

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

Color convert

RGB 56 24 70 -
CMYK 0.20 0.66 0 0.73
HSL 281.74º 0.49% 0.18% -
HSV(B) 281.74º 0.66% 0.27% -
XYZ 3.06 1.94 6.01 -
YUV 38.81 145.6 140.26 -
System Red Green Blue C M Y K H S L
Decimal 56 24 70 0.20 0.66 0 0.73 281.74 0.49 0.18
Hex 38 18 46 14 42 0 49 11A 31 12
Octal 70 30 106 24 102 0 111 432 61 22
Binary 111000 11000 1000110 10100 1000010 0 1001001 100011010 110001 10010

Color Harmonies of #381846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381846

Black with #381846

Text Example


Text Example

White with #381846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381846; }

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

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

background-color css

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

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

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

border-color css

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

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

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