Html Css Color HEX #381351 Blackcurrant

📋 copy color: '#381351'

red 56 ◦ green 19 ◦ blue 81

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

Shades of Blackcurrant #381351

Tints of Blackcurrant #381351

RGB

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

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

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

R = 35.9%
G = 12.18%
B = 51.92%

CMYK

 C value IS 0.31

 M value IS 0.77

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#381351 (or 0x381351) is known color: Blackcurrant. HEX triplet: 38, 13 and 51. RGB value is (56,19,81). Sum of RGB (Red+Green+Blue) = 56+19+81=156 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.90% from 156); Green value is 19 (7.81% from 255 or 12.18% from 156); Blue value is 81 (32.03% from 255 or 51.92% from 156); Max value from RGB is 81 - color contains mainly: blue. Hex color #381351 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381351 is #C7ECAE. Grayscale: #242424. Windows color (decimal): -13102255 or 5313336. OLE color: 5313336.

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

Color convert

RGB 56 19 81 -
CMYK 0.31 0.77 0 0.68
HSL 275.81º 0.62% 0.2% -
HSV(B) 275.81º 0.77% 0.32% -
XYZ 3.35 1.9 7.97 -
YUV 37.13 152.76 141.46 -
System Red Green Blue C M Y K H S L
Decimal 56 19 81 0.31 0.77 0 0.68 275.81 0.62 0.2
Hex 38 13 51 1F 4D 0 44 114 3E 14
Octal 70 23 121 37 115 0 104 424 76 24
Binary 111000 10011 1010001 11111 1001101 0 1000100 100010100 111110 10100

Color Harmonies of #381351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381351

Black with #381351

Text Example


Text Example

White with #381351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381351; }

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

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

background-color css

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

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

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

border-color css

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

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

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