Html Css Color HEX #381448 Blackcurrant

📋 copy color: '#381448'

red 56 ◦ green 20 ◦ blue 72

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

Shades of Blackcurrant #381448

Tints of Blackcurrant #381448

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.51%

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

R = 37.84%
G = 13.51%
B = 48.65%

CMYK

 C value IS 0.22

 M value IS 0.72

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#381448 (or 0x381448) is known color: Blackcurrant. HEX triplet: 38, 14 and 48. RGB value is (56,20,72). Sum of RGB (Red+Green+Blue) = 56+20+72=148 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.84% from 148); Green value is 20 (8.20% from 255 or 13.51% from 148); Blue value is 72 (28.52% from 255 or 48.65% from 148); Max value from RGB is 72 - color contains mainly: blue. Hex color #381448 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381448 is #C7EBB7. Grayscale: #242424. Windows color (decimal): -13102008 or 4723768. OLE color: 4723768.

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

Color convert

RGB 56 20 72 -
CMYK 0.22 0.72 0 0.72
HSL 281.54º 0.57% 0.18% -
HSV(B) 281.54º 0.72% 0.28% -
XYZ 3.05 1.81 6.32 -
YUV 36.69 147.93 141.77 -
System Red Green Blue C M Y K H S L
Decimal 56 20 72 0.22 0.72 0 0.72 281.54 0.57 0.18
Hex 38 14 48 16 48 0 48 11A 39 12
Octal 70 24 110 26 110 0 110 432 71 22
Binary 111000 10100 1001000 10110 1001000 0 1001000 100011010 111001 10010

Color Harmonies of #381448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381448

Black with #381448

Text Example


Text Example

White with #381448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381448; }

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

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

background-color css

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

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

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

border-color css

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

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

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