Html Css Color HEX #381348 Blackcurrant

📋 copy color: '#381348'

red 56 ◦ green 19 ◦ blue 72

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

Shades of Blackcurrant #381348

Tints of Blackcurrant #381348

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.93%

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

R = 38.1%
G = 12.93%
B = 48.98%

CMYK

 C value IS 0.22

 M value IS 0.74

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#381348 (or 0x381348) is known color: Blackcurrant. HEX triplet: 38, 13 and 48. RGB value is (56,19,72). Sum of RGB (Red+Green+Blue) = 56+19+72=147 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.10% from 147); Green value is 19 (7.81% from 255 or 12.93% from 147); Blue value is 72 (28.52% from 255 or 48.98% from 147); Max value from RGB is 72 - color contains mainly: blue. Hex color #381348 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381348 is #C7ECB7. Grayscale: #232323. Windows color (decimal): -13102264 or 4723512. OLE color: 4723512.

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

Color convert

RGB 56 19 72 -
CMYK 0.22 0.74 0 0.72
HSL 281.89º 0.58% 0.18% -
HSV(B) 281.89º 0.74% 0.28% -
XYZ 3.03 1.77 6.31 -
YUV 36.11 148.26 142.19 -
System Red Green Blue C M Y K H S L
Decimal 56 19 72 0.22 0.74 0 0.72 281.89 0.58 0.18
Hex 38 13 48 16 4A 0 48 11A 3A 12
Octal 70 23 110 26 112 0 110 432 72 22
Binary 111000 10011 1001000 10110 1001010 0 1001000 100011010 111010 10010

Color Harmonies of #381348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381348

Black with #381348

Text Example


Text Example

White with #381348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381348; }

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

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

background-color css

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

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

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

border-color css

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

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

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