Html Css Color HEX #380651 Blackcurrant

📋 copy color: '#380651'

red 56 ◦ green 6 ◦ blue 81

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

Shades of Blackcurrant #380651

Tints of Blackcurrant #380651

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.2%

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

R = 39.16%
G = 4.2%
B = 56.64%

CMYK

 C value IS 0.31

 M value IS 0.93

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#380651 (or 0x380651) is known color: Blackcurrant. HEX triplet: 38, 06 and 51. RGB value is (56,6,81). Sum of RGB (Red+Green+Blue) = 56+6+81=143 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.16% from 143); Green value is 6 (2.73% from 255 or 4.20% from 143); Blue value is 81 (32.03% from 255 or 56.64% from 143); Max value from RGB is 81 - color contains mainly: blue. Hex color #380651 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380651 is #C7F9AE. Grayscale: #1D1D1D. Windows color (decimal): -13105583 or 5310008. OLE color: 5310008.

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

Color convert

RGB 56 6 81 -
CMYK 0.31 0.93 0 0.68
HSL 280º 0.86% 0.17% -
HSV(B) 280º 0.93% 0.32% -
XYZ 3.18 1.57 7.92 -
YUV 29.5 157.07 146.9 -
System Red Green Blue C M Y K H S L
Decimal 56 6 81 0.31 0.93 0 0.68 280 0.86 0.17
Hex 38 6 51 1F 5D 0 44 118 56 11
Octal 70 6 121 37 135 0 104 430 126 21
Binary 111000 110 1010001 11111 1011101 0 1000100 100011000 1010110 10001

Color Harmonies of #380651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380651

Black with #380651

Text Example


Text Example

White with #380651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380651; }

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

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

background-color css

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

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

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

border-color css

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

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

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