Html Css Color HEX #381248 Blackcurrant

📋 copy color: '#381248'

red 56 ◦ green 18 ◦ blue 72

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

Shades of Blackcurrant #381248

Tints of Blackcurrant #381248

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.33%

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

R = 38.36%
G = 12.33%
B = 49.32%

CMYK

 C value IS 0.22

 M value IS 0.75

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#381248 (or 0x381248) is known color: Blackcurrant. HEX triplet: 38, 12 and 48. RGB value is (56,18,72). Sum of RGB (Red+Green+Blue) = 56+18+72=146 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.36% from 146); Green value is 18 (7.42% from 255 or 12.33% from 146); Blue value is 72 (28.52% from 255 or 49.32% from 146); Max value from RGB is 72 - color contains mainly: blue. Hex color #381248 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381248 is #C7EDB7. Grayscale: #232323. Windows color (decimal): -13102520 or 4723256. OLE color: 4723256.

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

Color convert

RGB 56 18 72 -
CMYK 0.22 0.75 0 0.72
HSL 282.22º 0.6% 0.18% -
HSV(B) 282.22º 0.75% 0.28% -
XYZ 3.02 1.74 6.31 -
YUV 35.52 148.59 142.61 -
System Red Green Blue C M Y K H S L
Decimal 56 18 72 0.22 0.75 0 0.72 282.22 0.6 0.18
Hex 38 12 48 16 4B 0 48 11A 3C 12
Octal 70 22 110 26 113 0 110 432 74 22
Binary 111000 10010 1001000 10110 1001011 0 1001000 100011010 111100 10010

Color Harmonies of #381248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381248

Black with #381248

Text Example


Text Example

White with #381248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381248; }

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

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

background-color css

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

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

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

border-color css

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

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

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