Html Css Color HEX #381648 Blackcurrant

📋 copy color: '#381648'

red 56 ◦ green 22 ◦ blue 72

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

Shades of Blackcurrant #381648

Tints of Blackcurrant #381648

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.67%

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

R = 37.33%
G = 14.67%
B = 48%

CMYK

 C value IS 0.22

 M value IS 0.69

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#381648 (or 0x381648) is known color: Blackcurrant. HEX triplet: 38, 16 and 48. RGB value is (56,22,72). Sum of RGB (Red+Green+Blue) = 56+22+72=150 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.33% from 150); Green value is 22 (8.98% from 255 or 14.67% from 150); Blue value is 72 (28.52% from 255 or 48% from 150); Max value from RGB is 72 - color contains mainly: blue. Hex color #381648 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381648 is #C7E9B7. Grayscale: #252525. Windows color (decimal): -13101496 or 4724280. OLE color: 4724280.

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

Color convert

RGB 56 22 72 -
CMYK 0.22 0.69 0 0.72
HSL 280.8º 0.53% 0.18% -
HSV(B) 280.8º 0.69% 0.28% -
XYZ 3.09 1.88 6.33 -
YUV 37.87 147.26 140.93 -
System Red Green Blue C M Y K H S L
Decimal 56 22 72 0.22 0.69 0 0.72 280.8 0.53 0.18
Hex 38 16 48 16 45 0 48 119 35 12
Octal 70 26 110 26 105 0 110 431 65 22
Binary 111000 10110 1001000 10110 1000101 0 1001000 100011001 110101 10010

Color Harmonies of #381648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381648

Black with #381648

Text Example


Text Example

White with #381648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381648; }

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

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

background-color css

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

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

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

border-color css

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

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

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