Html Css Color HEX #380647 Blackcurrant

📋 copy color: '#380647'

red 56 ◦ green 6 ◦ blue 71

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

Shades of Blackcurrant #380647

Tints of Blackcurrant #380647

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 53.38%

R = 42.11%
G = 4.51%
B = 53.38%

CMYK

 C value IS 0.21

 M value IS 0.92

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#380647 (or 0x380647) is known color: Blackcurrant. HEX triplet: 38, 06 and 47. RGB value is (56,6,71). Sum of RGB (Red+Green+Blue) = 56+6+71=133 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.11% from 133); Green value is 6 (2.73% from 255 or 4.51% from 133); Blue value is 71 (28.12% from 255 or 53.38% from 133); Max value from RGB is 71 - color contains mainly: blue. Hex color #380647 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380647 is #C7F9B8. Grayscale: #1C1C1C. Windows color (decimal): -13105593 or 4654648. OLE color: 4654648.

HSL color Cylindrical-coordinate representation of color #380647: hue angle of 286.15º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #380647 is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 56 6 71 -
CMYK 0.21 0.92 0 0.72
HSL 286.15º 0.84% 0.15% -
HSV(B) 286.15º 0.92% 0.28% -
XYZ 2.83 1.43 6.09 -
YUV 28.36 152.07 147.71 -
System Red Green Blue C M Y K H S L
Decimal 56 6 71 0.21 0.92 0 0.72 286.15 0.84 0.15
Hex 38 6 47 15 5C 0 48 11E 54 F
Octal 70 6 107 25 134 0 110 436 124 17
Binary 111000 110 1000111 10101 1011100 0 1001000 100011110 1010100 1111

Color Harmonies of #380647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380647

Black with #380647

Text Example


Text Example

White with #380647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380647; }

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

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

background-color css

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

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

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

border-color css

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

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

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