Html Css Color HEX #381651 Blackcurrant

📋 copy color: '#381651'

red 56 ◦ green 22 ◦ blue 81

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

Shades of Blackcurrant #381651

Tints of Blackcurrant #381651

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 50.94%

R = 35.22%
G = 13.84%
B = 50.94%

CMYK

 C value IS 0.31

 M value IS 0.73

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#381651 (or 0x381651) is known color: Blackcurrant. HEX triplet: 38, 16 and 51. RGB value is (56,22,81). Sum of RGB (Red+Green+Blue) = 56+22+81=159 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35.22% from 159); Green value is 22 (8.98% from 255 or 13.84% from 159); Blue value is 81 (32.03% from 255 or 50.94% from 159); Max value from RGB is 81 - color contains mainly: blue. Hex color #381651 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381651 is #C7E9AE. Grayscale: #262626. Windows color (decimal): -13101487 or 5314104. OLE color: 5314104.

HSL color Cylindrical-coordinate representation of color #381651: hue angle of 274.58º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #381651 is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 56 22 81 -
CMYK 0.31 0.73 0 0.68
HSL 274.58º 0.57% 0.2% -
HSV(B) 274.58º 0.73% 0.32% -
XYZ 3.4 2.01 7.99 -
YUV 38.89 151.76 140.2 -
System Red Green Blue C M Y K H S L
Decimal 56 22 81 0.31 0.73 0 0.68 274.58 0.57 0.2
Hex 38 16 51 1F 49 0 44 113 39 14
Octal 70 26 121 37 111 0 104 423 71 24
Binary 111000 10110 1010001 11111 1001001 0 1000100 100010011 111001 10100

Color Harmonies of #381651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381651

Black with #381651

Text Example


Text Example

White with #381651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381651; }

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

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

background-color css

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

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

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

border-color css

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

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

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