Html Css Color HEX #381148 Blackcurrant

📋 copy color: '#381148'

red 56 ◦ green 17 ◦ blue 72

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

Shades of Blackcurrant #381148

Tints of Blackcurrant #381148

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.72%

 BLUE value IS 72 (28.52% from 255) = 49.66%

R = 38.62%
G = 11.72%
B = 49.66%

CMYK

 C value IS 0.22

 M value IS 0.76

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#381148 (or 0x381148) is known color: Blackcurrant. HEX triplet: 38, 11 and 48. RGB value is (56,17,72). Sum of RGB (Red+Green+Blue) = 56+17+72=145 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.62% from 145); Green value is 17 (7.03% from 255 or 11.72% from 145); Blue value is 72 (28.52% from 255 or 49.66% from 145); Max value from RGB is 72 - color contains mainly: blue. Hex color #381148 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381148 is #C7EEB7. Grayscale: #222222. Windows color (decimal): -13102776 or 4723000. OLE color: 4723000.

HSL color Cylindrical-coordinate representation of color #381148: hue angle of 282.55º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #381148 is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 56 17 72 -
CMYK 0.22 0.76 0 0.72
HSL 282.55º 0.62% 0.17% -
HSV(B) 282.55º 0.76% 0.28% -
XYZ 3 1.71 6.3 -
YUV 34.93 148.92 143.03 -
System Red Green Blue C M Y K H S L
Decimal 56 17 72 0.22 0.76 0 0.72 282.55 0.62 0.17
Hex 38 11 48 16 4C 0 48 11B 3E 11
Octal 70 21 110 26 114 0 110 433 76 21
Binary 111000 10001 1001000 10110 1001100 0 1001000 100011011 111110 10001

Color Harmonies of #381148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381148

Black with #381148

Text Example


Text Example

White with #381148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381148; }

 p { color: rgb(56,17,72); }

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

background-color css

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

 a { background-color: rgb(56,17,72); }

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

border-color css

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

 span { border-color: rgb(56,17,72); }

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